mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-27 08:23:14 +01:00
Use type aliases CommandID, CommandIDs...
... for identifiers of menu commands and macros, and for vectors thereof
This commit is contained in:
@@ -303,9 +303,9 @@ void TranscriptionToolBar::RegenerateTooltips()
|
||||
|
||||
static const struct Entry {
|
||||
int tool;
|
||||
wxString commandName;
|
||||
CommandID commandName;
|
||||
wxString untranslatedLabel;
|
||||
wxString commandName2;
|
||||
CommandID commandName2;
|
||||
wxString untranslatedLabel2;
|
||||
} table[] = {
|
||||
{ TTB_PlaySpeed, wxT("PlayAtSpeed"), XO("Play-at-Speed"),
|
||||
|
||||
Reference in New Issue
Block a user