diff --git a/src/commands/CmdAdd.cpp b/src/commands/CmdAdd.cpp index 8543118f6..db4a07212 100644 --- a/src/commands/CmdAdd.cpp +++ b/src/commands/CmdAdd.cpp @@ -60,7 +60,7 @@ int CmdAdd::execute (std::string& output) if (context.verbose ("new-id")) output = format (STRING_CMD_ADD_FEEDBACK, context.tdb2.next_id ()) + "\n"; -// context.footnote (onProjectChange (task)); +// TODO context.footnote (onProjectChange (task)); context.tdb2.commit (); return rc; diff --git a/src/commands/CmdLog.cpp b/src/commands/CmdLog.cpp index 2702e5624..41ffc5e2b 100644 --- a/src/commands/CmdLog.cpp +++ b/src/commands/CmdLog.cpp @@ -67,7 +67,7 @@ int CmdLog::execute (std::string& output) context.tdb2.add (task); /* - context.footnote (onProjectChange (task)); + TODO context.footnote (onProjectChange (task)); */ context.tdb2.commit (); diff --git a/src/commands/CmdLogo.cpp b/src/commands/CmdLogo.cpp index eed622afb..edca0db97 100644 --- a/src/commands/CmdLogo.cpp +++ b/src/commands/CmdLogo.cpp @@ -127,7 +127,6 @@ int CmdLogo::execute (std::string& output) } output += optionalBlankLine (); - return 0; } diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index 1fce46f00..f6a5590bf 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -25,6 +25,8 @@ // //////////////////////////////////////////////////////////////////////////////// +#define L10N // Localization complete. + #include #include #include @@ -35,8 +37,6 @@ #include #include -#define L10N // Localization complete. - extern Context context; ////////////////////////////////////////////////////////////////////////////////