aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r--linden/indra/newview/llappviewer.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 5573633..7cee898 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -2558,6 +2558,14 @@ void LLAppViewer::handleViewerCrash()
2558 } 2558 }
2559 pApp->mReportedCrash = TRUE; 2559 pApp->mReportedCrash = TRUE;
2560 2560
2561 //We already do this in writeSystemInfo(), but we do it again here to make /sure/ we have a version
2562 //to check against no matter what
2563 gDebugInfo["ClientInfo"]["Name"] = gChannelName;
2564 gDebugInfo["ClientInfo"]["MajorVersion"] = LL_VERSION_MAJOR;
2565 gDebugInfo["ClientInfo"]["MinorVersion"] = LL_VERSION_MINOR;
2566 gDebugInfo["ClientInfo"]["PatchVersion"] = LL_VERSION_PATCH;
2567 gDebugInfo["ClientInfo"]["BuildVersion"] = LL_VERSION_BUILD;
2568
2561 gDebugInfo["SettingsFilename"] = gSettingsFileName; 2569 gDebugInfo["SettingsFilename"] = gSettingsFileName;
2562 gDebugInfo["CAFilename"] = gDirUtilp->getCAFile(); 2570 gDebugInfo["CAFilename"] = gDirUtilp->getCAFile();
2563 gDebugInfo["ViewerExePath"] = gDirUtilp->getExecutablePathAndName().c_str(); 2571 gDebugInfo["ViewerExePath"] = gDirUtilp->getExecutablePathAndName().c_str();