mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
Add Align commands to repertoire.
Previously we ignored the 'multis'.
This commit is contained in:
@@ -1658,7 +1658,7 @@ void CommandManager::GetAllCommandNames(wxArrayString &names,
|
||||
if (!entry->multi)
|
||||
names.Add(entry->name);
|
||||
else if( includeMultis )
|
||||
names.Add(entry->name + wxT(":")/*+ mCommandList[i]->label*/);
|
||||
names.Add(entry->name );// + wxT(":")/*+ mCommandList[i]->label*/);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user