diff options
author | Oz Linden <oz@lindenlab.com> | 2017-08-24 09:50:32 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-08-24 09:50:32 -0400 |
commit | 94c5f1475efcee3f1f1407736c53eddf5f9d3ae2 (patch) | |
tree | 396b6a54a5811db86ff68b21435f3761ec0a4e0c /indra/newview/llappviewer.cpp | |
parent | bcf5dc079a5dc9434b541a971e28315fa5cb9816 (diff) | |
parent | 6980f5bcc247bc12fd0672164cc713db2e93198a (diff) |
merge changes for MAINT-7594
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 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() |