1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-22 15:38:02 +02:00

"Show Log" better at bottom of Help menu.

This commit is contained in:
v.audacity 2010-08-24 22:25:50 +00:00
parent c63bfa81ca
commit 17832cf2f5

View File

@ -1014,8 +1014,8 @@ void AudacityProject::CreateMenusAndCommands()
c->AddSeparator(); c->AddSeparator();
c->AddItem(wxT("Log"), _("Show &Log..."), FN(OnShowLog));
c->AddItem(wxT("DeviceInfo"), _("&Audio Device Info..."), FN(OnAudioDeviceInfo)); c->AddItem(wxT("DeviceInfo"), _("&Audio Device Info..."), FN(OnAudioDeviceInfo));
c->AddItem(wxT("Log"), _("Show &Log..."), FN(OnShowLog));
} }
c->EndMenu(); c->EndMenu();