1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-04 15:50:10 +01:00

Undo accidental commit. Letting stand the accidental commit of DirManager.cpp, as it was correct.

This commit is contained in:
v.audacity
2011-03-25 21:20:32 +00:00
parent 35087a5553
commit 09d1ed4d25

View File

@@ -279,7 +279,7 @@ wxArrayString BatchCommands::GetAllCommands()
}
delete effects;
//vvvvv /* This is for later in development: include the menu commands.
/* This is for later in development: include the menu commands.
CommandManager * mManager = project->GetCommandManager();
wxArrayString mNames;
mNames.Clear();
@@ -287,7 +287,7 @@ wxArrayString BatchCommands::GetAllCommands()
for(i=0; i<mNames.GetCount(); i++) {
commands.Add( mNames[i] );
}
//vvvvv */
*/
return commands;
}