mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Don't use AudacityApp where you only need wxApp...
... I want to have fewer inclusions of AudacityApp.h. More work on removing them will happen in the next version.
This commit is contained in:
@@ -215,7 +215,7 @@ static CommandHandlerObject &findCommandHandler(AudacityProject &) {
|
||||
MenuTable::BaseItemPtr HelpMenu( AudacityProject & )
|
||||
{
|
||||
#ifdef __WXMAC__
|
||||
wxGetApp().s_macHelpMenuTitleName = _("&Help");
|
||||
wxApp::s_macHelpMenuTitleName = _("&Help");
|
||||
#endif
|
||||
|
||||
using namespace MenuTable;
|
||||
|
Reference in New Issue
Block a user