Merge branch '1.6.x'

This commit is contained in:
J-P Nurmi
2015-09-20 02:19:46 +02:00

View File

@@ -92,11 +92,11 @@ public:
AddCommand("Add", static_cast<CModCommand::ModCmdFunc>(&CPerform::Add),
"<command>");
AddCommand("Del", static_cast<CModCommand::ModCmdFunc>(&CPerform::Del),
"<nr>");
"<number>");
AddCommand("List", static_cast<CModCommand::ModCmdFunc>(&CPerform::List));
AddCommand("Execute", static_cast<CModCommand::ModCmdFunc>(&CPerform::Execute));
AddCommand("Swap", static_cast<CModCommand::ModCmdFunc>(&CPerform::Swap),
"<nr> <nr>");
"<number> <number>");
}
virtual ~CPerform() {}