mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
First experiments with wxLocale
This commit is contained in:
parent
a72184684c
commit
6bff67a865
4 changed files with 101 additions and 19 deletions
|
@ -330,4 +330,8 @@ void show_info(wxWindow* parent, std::string message, std::string title){
|
|||
msg_wingow->ShowModal();
|
||||
}
|
||||
|
||||
wxApp* get_app(){
|
||||
return g_wxApp;
|
||||
}
|
||||
|
||||
} }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue