diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-02-05 13:39:26 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-02-05 13:39:26 -0500 |
commit | 41ab7853536dcbbf2b64d06b754617ee6bc7e896 (patch) | |
tree | 49d3e429f9bcdab55a750d1e6bbf0b88c517ddb8 /indra/newview/llappviewer.cpp | |
parent | 663aa828312413a391a2d848f6bb1b9aae92a543 (diff) | |
parent | 3856dcbbf36e0c8d1d278e9a7603a151580ccff1 (diff) |
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 2f90885df3..2d694eefd3 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2611,7 +2611,7 @@ void LLAppViewer::handleViewerCrash() gDebugInfo["StartupState"] = LLStartUp::getStartupStateString(); gDebugInfo["RAMInfo"]["Allocated"] = (LLSD::Integer) LLMemory::getCurrentRSS() >> 10; gDebugInfo["FirstLogin"] = (LLSD::Boolean) gAgent.isFirstLogin(); - gDebugInfo["HadFirstSuccessfulLogin"] = gSavedSettings.getBOOL("HadFirstSuccessfulLogin"); + gDebugInfo["FirstRunThisInstall"] = gSavedSettings.getBOOL("FirstRunThisInstall"); if(gLogoutInProgress) { |