mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
Pass untranslated command labels to CommandManager...
... and deduce whether to exclude from macros inside NewIdentifier, simplifying argument lists further Also fix the localization of "..." added to names by PluginMenus.cpp
This commit is contained in:
@@ -1032,10 +1032,7 @@ MenuTable::BaseItemPtr Scrubber::Menu()
|
||||
|
||||
MenuTable::BaseItemPtrs ptrs;
|
||||
for (const auto &item : menuItems) {
|
||||
ptrs.push_back( MenuTable::Command(
|
||||
item.name, item.label.Translation(),
|
||||
// No menu items yet have dialogs
|
||||
false,
|
||||
ptrs.push_back( MenuTable::Command( item.name, item.label,
|
||||
findme, static_cast<CommandFunctorPointer>(item.memFn),
|
||||
item.flags,
|
||||
item.StatusTest
|
||||
|
Reference in New Issue
Block a user