Enhancement - undo

- Implemented new undo command.
- Removed old undelete command.
- Does not work yet.
This commit is contained in:
Paul Beckingham 2009-07-01 00:15:32 -04:00
parent b7a0883212
commit 0891d3ea63
4 changed files with 124 additions and 15 deletions

View file

@ -92,7 +92,7 @@
#define CMD_SUMMARY 223
#define CMD_TAGS 224
#define CMD_TIMESHEET 225
#define CMD_UNDELETE 226
#define CMD_UNDO 227
#define CMD_VERSION 228
#define CMD_SHELL 229