1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 09:05:19 +02:00

Get rid of wgettext

This commit is contained in:
Desour
2023-03-03 01:18:38 +01:00
committed by sfan5
parent 35929d27e3
commit 67068cfaf4
13 changed files with 116 additions and 191 deletions

View File

@@ -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;