1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-09 07:55:42 +01:00

Each toolbar registers its menu item

This commit is contained in:
Paul Licameli
2020-02-14 10:20:25 -05:00
parent 4bbf8bfb6a
commit d0a99d5ae5
17 changed files with 185 additions and 217 deletions

View File

@@ -1189,7 +1189,13 @@ void MenuCreator::CreateMenusAndCommands(AudacityProject &project)
)},
{wxT("/View/Windows"), wxT("UndoHistory,Karaoke,MixerBoard")},
{wxT("/Analyze/Analyzers/Windows"), wxT("ContrastAnalyser,PlotSpectrum")},
{wxT("/Transport/Basic"),wxT("Play,Record,Scrubbing,Cursor")},
{wxT("/Transport/Basic"), wxT("Play,Record,Scrubbing,Cursor")},
{wxT("/View/Other/Toolbars/Toolbars/Other"), wxT(
"ShowTransportTB,ShowToolsTB,ShowRecordMeterTB,ShowPlayMeterTB,"
//"ShowMeterTB,"
"ShowMixerTB,"
"ShowEditTB,ShowTranscriptionTB,ShowScrubbingTB,ShowDeviceTB,ShowSelectionTB,"
"ShowSpectralSelectionTB") }
}
};