mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 22:45:29 +01:00
Bug 1538 - Mac: "Audacity > Quit audacity" does not have Audacity capitalised
This was caused by using the #define AUDACITY_NAME which had changed to use lower case 'a' in Audacity.
This commit is contained in:
@@ -1194,11 +1194,10 @@ bool AudacityApp::OnInit()
|
||||
wxSystemOptions::SetOption(wxMAC_WINDOW_PLAIN_TRANSITION, 1);
|
||||
#endif
|
||||
|
||||
#ifdef AUDACITY_NAME
|
||||
wxString appName = wxT(AUDACITY_NAME);
|
||||
#else
|
||||
// Don't use AUDACITY_NAME here.
|
||||
// We want Audacity with a capital 'A'
|
||||
wxString appName = wxT("Audacity");
|
||||
#endif
|
||||
|
||||
|
||||
wxTheApp->SetAppName(appName);
|
||||
// Explicitly set since OSX will use it for the "Quit" menu item
|
||||
|
||||
Reference in New Issue
Block a user