bool wxCommandProcessor::UndoCommand(wxCommand& cmd) { return cmd.Undo(); }
bool MutCommandProcessor::UndoCommand(wxCommand& cmd) { DEBUGLOG(editor,_T("undoing Command: %s"), (const wxChar*)cmd.GetName().c_str()); return cmd.Undo(); }