mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 03:32:09 +01:00
CommandManager keys by CommandId, not plain wxString
This commit is contained in:
@@ -441,7 +441,8 @@ void ScreenshotCommand::CapturePreferences(
|
||||
const CommandContext projectContext( *pProject );
|
||||
if( !pMan->HandleTextualCommand( Command, projectContext, AlwaysEnabledFlag, AlwaysEnabledFlag ) )
|
||||
{
|
||||
wxLogDebug("Command %s not found", Command );
|
||||
// using GET in a log message for devs' eyes only
|
||||
wxLogDebug("Command %s not found", Command.GET() );
|
||||
}
|
||||
// This sleep is not needed, but gives user a chance to see the
|
||||
// dialogs as they whizz by.
|
||||
|
||||
Reference in New Issue
Block a user