Commands - duplicate

- Migrated handleDuplicate to CmdDuplicate.
This commit is contained in:
Paul Beckingham 2011-05-30 12:35:56 -04:00
parent 73e9f52793
commit 61c2e2b439
9 changed files with 186 additions and 101 deletions

View file

@ -255,7 +255,6 @@ int Context::dispatch (std::string &out)
else if (cmd.command == "done") { rc = handleDone (out); }
else if (cmd.command == "delete") { rc = handleDelete (out); }
else if (cmd.command == "import") { rc = handleImport (out); }
else if (cmd.command == "duplicate") { rc = handleDuplicate (out); }
else if (cmd.command == "undo") { handleUndo ( ); }
else if (cmd.command == "merge") { tdb.gc ();
handleMerge (out); }