diff options
author | Oz Linden <oz@lindenlab.com> | 2016-12-09 08:17:05 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-12-09 08:17:05 -0500 |
commit | 1d6c68449e9caba2b9017d4b71fe827bf6fa9771 (patch) | |
tree | 8ce7b8c2618d144d61d7e8395a25125bfbaad5d6 /indra/newview/llappviewer.cpp | |
parent | 09b88cf4afee0c673671fe36636b1766296570e5 (diff) |
Simplify version line in the About box, add address size to it
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 c125924fa7..06d6f76cce 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3280,11 +3280,11 @@ LLSD LLAppViewer::getViewerInfo() const info["VIEWER_VERSION"] = version; info["VIEWER_VERSION_STR"] = LLVersionInfo::getVersion(); info["CHANNEL"] = LLVersionInfo::getChannel(); + info["ADDRESS_SIZE"] = ADDRESS_SIZE; std::string build_config = LLVersionInfo::getBuildConfig(); if (build_config != "Release") { info["BUILD_CONFIG"] = build_config; - info["ADDRESS_SIZE"] = ADDRESS_SIZE; } // return a URL to the release notes for this viewer, such as: |