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

Reimplement commit 512c27d, fixing menus & shortcut keys on Windows

This commit is contained in:
Paul Licameli
2020-01-29 13:37:02 -05:00
parent ff2d20f335
commit 9639ba84f4
16 changed files with 40 additions and 45 deletions

View File

@@ -486,7 +486,7 @@ MenuTable::BaseItemSharedPtr HelpMenu()
{
using namespace MenuTable;
static BaseItemSharedPtr menu{
FinderScope( findCommandHandler ).Eval(
( FinderScope{ findCommandHandler },
Menu( wxT("Help"), XO("&Help"),
// QuickFix menu item not in Audacity 2.3.1 whilst we discuss further.
#ifdef EXPERIMENTAL_DA