mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
Construct MenuItem with untranslated label, so it can be static...
... and other storage of TranslatableString instead of naked wxString, for management of menu items, in CommandManager
This commit is contained in:
@@ -1043,7 +1043,7 @@ MenuTable::BaseItemPtr Scrubber::Menu()
|
||||
) );
|
||||
}
|
||||
|
||||
return MenuTable::Menu( _("Scru&bbing"), std::move( ptrs ) );
|
||||
return MenuTable::Menu( XO("Scru&bbing"), std::move( ptrs ) );
|
||||
}
|
||||
|
||||
void Scrubber::PopulatePopupMenu(wxMenu &menu)
|
||||
|
Reference in New Issue
Block a user