mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
I18N - Record
- Localized Record object. - Remove copy ctor, operator= from Duration - unnecessary.
This commit is contained in:
parent
36d4ecab43
commit
db52cf7327
5 changed files with 23 additions and 32 deletions
|
@ -42,6 +42,10 @@
|
|||
|
||||
#define INTERACTIVE_NO_NCURSES 108
|
||||
|
||||
#define RECORD_EMPTY 109
|
||||
#define RECORD_EXTRA 110
|
||||
#define RECORD_NOT_FF4 111
|
||||
|
||||
// 2xx Commands
|
||||
#define CMD_ACTIVE 200
|
||||
#define CMD_ADD 201
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue