mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-09 13:12:17 +01:00
Use type aliases CommandID, CommandIDs...
... for identifiers of menu commands and macros, and for vectors thereof
This commit is contained in:
@@ -227,7 +227,7 @@ void ControlToolBar::RegenerateTooltips()
|
||||
for (long iWinID = ID_PLAY_BUTTON; iWinID < BUTTON_COUNT; iWinID++)
|
||||
{
|
||||
auto pCtrl = static_cast<AButton*>(this->FindWindow(iWinID));
|
||||
const wxChar *name = nullptr;
|
||||
CommandID name;
|
||||
switch (iWinID)
|
||||
{
|
||||
case ID_PLAY_BUTTON:
|
||||
|
||||
Reference in New Issue
Block a user