From 8eb773b263a73430edd471b105e542f46c37fa12 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 6 Oct 2014 23:24:28 -0400 Subject: [PATCH] Context - Corrected comment. --- src/Context.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Context.cpp b/src/Context.cpp index 0c9f1b0ac..31b1ac8df 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -153,8 +153,7 @@ int Context::initialize (int argc, const char** argv) // Setting the debug switch has ripple effects. propagateDebug (); - // These may have changed. - // TODO Uh oh. + // These may have changed, so reapply. Lexer::dateFormat = config.get ("dateformat"); Variant::dateFormat = config.get ("dateformat"); Variant::searchCaseSensitive = config.getBoolean ("search.case.sensitive");