From ccf157db84f4bdf2ea23928b5eda71b8b3665a09 Mon Sep 17 00:00:00 2001 From: lllucius Date: Mon, 28 Oct 2013 08:28:49 +0000 Subject: [PATCH] Translate the "File" menu on the Mac root menu. (No idea what this was never changed.) --- src/AudacityApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AudacityApp.cpp b/src/AudacityApp.cpp index 44eabf78a..69724f657 100644 --- a/src/AudacityApp.cpp +++ b/src/AudacityApp.cpp @@ -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);