1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Naming of many menu sections, so they can be attachment sites

This commit is contained in:
Paul Licameli
2020-01-31 12:06:01 -05:00
parent d233cbd881
commit a465ce0046
10 changed files with 64 additions and 63 deletions

View File

@@ -530,7 +530,7 @@ MenuTable::BaseItemSharedPtr HelpMenu()
static BaseItemSharedPtr menu{
( FinderScope{ findCommandHandler },
Menu( wxT("Help"), XO("&Help"),
Section( "",
Section( "Basic",
// QuickFix menu item not in Audacity 2.3.1 whilst we discuss further.
#ifdef EXPERIMENTAL_DA
// DA: Has QuickFix menu item.
@@ -553,7 +553,7 @@ MenuTable::BaseItemSharedPtr HelpMenu()
#else
Section
#endif
( "",
( "Other",
Menu( wxT("Diagnostics"), XO("&Diagnostics"),
Command( wxT("DeviceInfo"), XXO("Au&dio Device Info..."),
FN(OnAudioDeviceInfo),