You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
on MacOS, there is this application menu, here labeled "Hello_World" containing the quit application menu item labeled "Quit Wxgo":
How can I programmatically change the label of "Hello_World"?
How can I change this quit application menu item label to "Quit <MyApplicationName>"?
And "Hide Wxgo"?
The text was updated successfully, but these errors were encountered:
Hi,
thank you for the response. I just tried it and that works half way:
It doesn't change the "Hello_World" label but it changes the menu entries. But it modifies them:
It looks like .NewApp() is the only place the string "wxgo" is used within the library...
Do the "Hide" and "Quit" options show the correct name if you compile and bundle your app?
The snarfing of capitalisation seems like something macOS is doing for some stupid design over functionality reason. Notice it's also title-capped "Wxgo".
Hi,
on MacOS, there is this application menu, here labeled "Hello_World" containing the quit application menu item labeled "Quit Wxgo":
How can I programmatically change the label of "Hello_World"?
How can I change this quit application menu item label to "Quit <MyApplicationName>"?
And "Hide Wxgo"?
The text was updated successfully, but these errors were encountered: