summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-12-03 16:36:51 -0500
committerLoren Shih <seraph@lindenlab.com>2010-12-03 16:36:51 -0500
commitc29203f3f33184b05676db413f936eaff41eab74 (patch)
treeed167dd731453ecd1b31f2d4290809e215768c01 /indra/newview/llappviewer.cpp
parentf79615caced2cebb8e71b388b0dea45776b2f24b (diff)
Fix for clobbered deferred rendering UI.
Fix for compile errors from llappviewer.cpp merge.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 03d3a3a180..29ffcdfbd1 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -909,7 +909,7 @@ bool LLAppViewer::init()
gDebugInfo["GraphicsCard"] = LLFeatureManager::getInstance()->getGPUString();
// Save the current version to the prefs file
- gSavedSettings.setString("LastRunVersion", LLVersionInfo::getVersionAndChannel());
+ gSavedSettings.setString("LastRunVersion",
LLVersionInfo::getChannelAndVersion());
gSimLastTime = gRenderStartTime.getElapsedTimeF32();