summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2017-08-23 13:27:05 -0400
committerOz Linden <oz@lindenlab.com>2017-08-23 13:27:05 -0400
commitbd08855ec5dfbb5fa1c3d74b9ff49d125c91fd61 (patch)
tree90e52600fae01db3b74c828983c8738bb7340080 /indra/newview/llappviewer.cpp
parent58176de9574164e31790a148d9b5489a129fc961 (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 7cd4324864..9bab572b68 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -724,7 +724,7 @@ LLAppViewer::LLAppViewer()
// OK to write stuff to logs now, we've now crash reported if necessary
//
- LLLoginInstance::instance().setPlatformInfo(gPlatform, getOSInfo().getOSVersionString());
+ LLLoginInstance::instance().setPlatformInfo(gPlatform, getOSInfo().getOSVersionString(), getOSInfo().getOSStringSimple());
}
LLAppViewer::~LLAppViewer()