1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

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
+4
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;
}
} }