mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 10:43:08 +01:00
Translate the "File" menu on the Mac root menu.
(No idea what this was never changed.)
This commit is contained in:
@@ -1222,7 +1222,7 @@ bool AudacityApp::OnInit()
|
|||||||
fileMenu->Append(wxID_PREFERENCES, wxString(_("&Preferences...")) + wxT("\tCtrl+,"));
|
fileMenu->Append(wxID_PREFERENCES, wxString(_("&Preferences...")) + wxT("\tCtrl+,"));
|
||||||
|
|
||||||
wxMenuBar *menuBar = new wxMenuBar();
|
wxMenuBar *menuBar = new wxMenuBar();
|
||||||
menuBar->Append(fileMenu, wxT("&File"));
|
menuBar->Append(fileMenu, _("&File"));
|
||||||
|
|
||||||
wxMenuBar::MacSetCommonMenuBar(menuBar);
|
wxMenuBar::MacSetCommonMenuBar(menuBar);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user