summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2017-08-24 09:50:32 -0400
committerOz Linden <oz@lindenlab.com>2017-08-24 09:50:32 -0400
commit94c5f1475efcee3f1f1407736c53eddf5f9d3ae2 (patch)
tree396b6a54a5811db86ff68b21435f3761ec0a4e0c /indra/newview/llappviewer.cpp
parentbcf5dc079a5dc9434b541a971e28315fa5cb9816 (diff)
parent6980f5bcc247bc12fd0672164cc713db2e93198a (diff)
merge changes for MAINT-7594
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 e61cd3699b..33798032cc 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -734,7 +734,7 @@ LLAppViewer::LLAppViewer()
//
LLLoginInstance::instance().setUpdaterService(mUpdater.get());
- LLLoginInstance::instance().setPlatformInfo(gPlatform, getOSInfo().getOSVersionString());
+ LLLoginInstance::instance().setPlatformInfo(gPlatform, getOSInfo().getOSVersionString(), getOSInfo().getOSStringSimple());
}
LLAppViewer::~LLAppViewer()