diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-05 18:25:10 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-05 18:25:10 +0000 |
commit | 9806116fe8273bc6ba1781027d5efe8225aa86c9 (patch) | |
tree | 42fe96708981533dfcc8b75f2477a7e5c86cc464 /indra/newview/llappviewer.cpp | |
parent | 47a01826b11eb044266f4c4043530f9f2a73c4dd (diff) | |
parent | 752a03ee9b4dae8ba7fdf96312682ca5a3163fb7 (diff) |
merge.
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) { |