m_commandName = name;
}
-wxCommand::~wxCommand()
-{
-}
-
// ----------------------------------------------------------------------------
// Command processor
// ----------------------------------------------------------------------------
if ( storeIt )
Store(command);
+ else
+ delete command;
return true;
}