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