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

@@ -443,7 +443,7 @@ MenuTable::BaseItemSharedPtr ViewMenu()
static const auto checkOff = Options{}.CheckState( false );
static BaseItemSharedPtr menu{
FinderScope( findCommandHandler ).Eval(
( FinderScope{ findCommandHandler },
Menu( wxT("View"), XO("&View"),
Menu( wxT("Zoom"), XO("&Zoom"),
Command( wxT("ZoomIn"), XXO("Zoom &In"), FN(OnZoomIn),