1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-02 15:13:50 +01:00

Don't need the separator on the Mac.

This commit is contained in:
lllucius@gmail.com
2015-01-12 01:07:11 +00:00
parent 85f6279d21
commit a286b0e5a4

View File

@@ -1160,7 +1160,9 @@ void AudacityProject::CreateMenusAndCommands()
c->AddItem(wxT("Log"), _("Show &Log..."), FN(OnShowLog));
#ifndef __WXMAC__
c->AddSeparator();
#endif
c->AddItem(wxT("About"), _("&About Audacity..."), FN(OnAbout));