1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

ExtraMenus.cpp not link dependent on external sub-menu definitions...

... They use the registry
This commit is contained in:
Paul Licameli
2019-01-14 15:09:05 -05:00
parent de08d9ff86
commit 6225043ff3
11 changed files with 127 additions and 89 deletions

View File

@@ -871,7 +871,7 @@ MenuTable::BaseItemSharedPtr ClipCursorItems()
return items;
}
// Under /MenuBar/Optional/Extra/Cursor
// Under /MenuBar/Optional/Extra/Part2/Cursor
MenuTable::BaseItemSharedPtr ExtraClipCursorItems()
{
using namespace MenuTable;