diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2017-08-27 22:33:41 +0300 |
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2017-08-27 22:33:41 +0300 |
| commit | 5bcdbd976d9cf010e55fafb3f977f7640566e239 (patch) | |
| tree | 9bc3bcfcd06b2da93c4808083739bfc97db58d1a /indra/newview/llappviewer.cpp | |
| parent | c21b3bbaccdad847611c5af78f612a3db2f47cc1 (diff) | |
| parent | b3ceeb6d9cf92613a06337b5985e225c612e53d5 (diff) | |
Merged in oz_linden/viewer-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 51d7ad1138..98d622acf9 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -733,7 +733,7 @@ LLAppViewer::LLAppViewer() // LLLoginInstance::instance().setUpdaterService(mUpdater.get()); - LLLoginInstance::instance().setPlatformInfo(gPlatform, LLOSInfo::instance().getOSVersionString()); + LLLoginInstance::instance().setPlatformInfo(gPlatform, LLOSInfo::instance().getOSVersionString(), LLOSInfo::instance().getOSStringSimple()); } LLAppViewer::~LLAppViewer() |
