mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
Undo accidental commit. Letting stand the accidental commit of DirManager.cpp, as it was correct.
This commit is contained in:
parent
35087a5553
commit
09d1ed4d25
@ -279,15 +279,15 @@ wxArrayString BatchCommands::GetAllCommands()
|
||||
}
|
||||
delete effects;
|
||||
|
||||
//vvvvv /* This is for later in development: include the menu commands.
|
||||
CommandManager * mManager = project->GetCommandManager();
|
||||
wxArrayString mNames;
|
||||
mNames.Clear();
|
||||
mManager->GetAllCommandNames(mNames, false);
|
||||
for(i=0; i<mNames.GetCount(); i++) {
|
||||
commands.Add( mNames[i] );
|
||||
}
|
||||
//vvvvv */
|
||||
/* This is for later in development: include the menu commands.
|
||||
CommandManager * mManager = project->GetCommandManager();
|
||||
wxArrayString mNames;
|
||||
mNames.Clear();
|
||||
mManager->GetAllCommandNames(mNames, false);
|
||||
for(i=0; i<mNames.GetCount(); i++) {
|
||||
commands.Add( mNames[i] );
|
||||
}
|
||||
*/
|
||||
return commands;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user