diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-05-13 19:42:27 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-05-13 19:42:27 +0300 |
commit | b756b47d08d028a40d0a49b11755d31f47efe46d (patch) | |
tree | 4e4537c58774527b6eb3fbaeeaf12652a2d90767 /indra/newview/llstartup.cpp | |
parent | 8243301b3ff6c90db6d1fb53baf5050666d75d9a (diff) |
MAINT-6383 SLT timestamp in "About second life" floater
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-x | indra/newview/llstartup.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 88fbd233b8..723b4992bb 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -687,6 +687,11 @@ bool idle_startup() gRememberPassword = gSavedSettings.getBOOL("RememberPassword"); show_connect_box = TRUE; } + + //setup map of datetime strings to codes and slt & local time offset from utc + // *TODO: Does this need to be here? + LLStringOps::setupDatetimeInfo(false); + // Go to the next startup state LLStartUp::setStartupState( STATE_BROWSER_INIT ); return FALSE; @@ -1139,9 +1144,6 @@ bool idle_startup() LLNotificationsUtil::add("ErrorMessage", args, LLSD(), login_alert_done); } } - //setup map of datetime strings to codes and slt & local time offset from utc - // *TODO: Does this need to be here? - LLStringOps::setupDatetimeInfo (false); transition_back_to_login_panel(emsg.str()); show_connect_box = true; } |