mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
Get rid of wgettext
This commit is contained in:
parent
35929d27e3
commit
67068cfaf4
13 changed files with 116 additions and 191 deletions
|
@ -33,7 +33,7 @@ class ISimpleTextureSource;
|
|||
struct key_setting
|
||||
{
|
||||
int id;
|
||||
const wchar_t *button_name;
|
||||
std::wstring button_name;
|
||||
KeyPress key;
|
||||
std::string setting_name;
|
||||
gui::IGUIButton *button;
|
||||
|
@ -68,7 +68,7 @@ private:
|
|||
|
||||
bool resetMenu();
|
||||
|
||||
void add_key(int id, const wchar_t *button_name, const std::string &setting_name);
|
||||
void add_key(int id, std::wstring button_name, const std::string &setting_name);
|
||||
|
||||
bool shift_down = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue