Give the app a proper display name.
This commit is contained in:
parent
ee0bed7189
commit
c8eca7cd7f
1 changed files with 3 additions and 0 deletions
3
main.cpp
3
main.cpp
|
@ -21,6 +21,9 @@
|
|||
class MyApp: public wxApp {
|
||||
public:
|
||||
bool OnInit() {
|
||||
SetAppName("wxMASSManager");
|
||||
SetAppDisplayName("wxMASSManager");
|
||||
|
||||
EvtMainFrame* main_frame = new EvtMainFrame(nullptr);
|
||||
main_frame->Show();
|
||||
|
||||
|
|
Loading…
Reference in a new issue