First experiments with wxLocale

This commit is contained in:
YuSanka 2018-02-05 16:12:16 +01:00
parent a72184684c
commit 6bff67a865
4 changed files with 101 additions and 19 deletions

View file

@ -330,4 +330,8 @@ void show_info(wxWindow* parent, std::string message, std::string title){
msg_wingow->ShowModal();
}
wxApp* get_app(){
return g_wxApp;
}
} }