1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 17:18:41 +02:00

Translate the "File" menu on the Mac root menu.

(No idea what this was never changed.)
This commit is contained in:
lllucius 2013-10-28 08:28:49 +00:00
parent 5a518256e8
commit ccf157db84

View File

@ -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);