1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

fix memory leaks introduced by invalid gettext usage

This commit is contained in:
sapier 2013-04-07 19:15:17 +02:00 committed by kwolekr
parent cd27c8ef5d
commit 98182f6097
14 changed files with 344 additions and 146 deletions

View file

@ -64,7 +64,7 @@ private:
bool resetMenu();
void add_key(int id, std::string setting_name, std::string button_name);
void add_key(int id, wchar_t* button_name, std::string setting_name);
bool shift_down;