Give the app a proper display name.

This commit is contained in:
Guillaume Jacquemin 2020-01-10 22:47:20 +01:00
parent ee0bed7189
commit c8eca7cd7f
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
class MyApp: public wxApp {
public:
bool OnInit() {
SetAppName("wxMASSManager");
SetAppDisplayName("wxMASSManager");
EvtMainFrame* main_frame = new EvtMainFrame(nullptr);
main_frame->Show();