diff options
author | Oz Linden <oz@lindenlab.com> | 2014-04-23 11:53:05 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-04-23 11:53:05 -0400 |
commit | 9353868d91dfe2c4539c81c0b96bfe9efb497b2c (patch) | |
tree | f6362bc51afe7fe463718c603ccf756a86079067 /indra/newview/llappviewer.cpp | |
parent | 5870788f68c6b1fb504ae95403e7da95bc55ed4c (diff) | |
parent | b4ca93cadce90466d41704b68933c21fe909bcb8 (diff) |
merge changes for STORM-1831
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 11eaa7d684..cecbf907f2 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3337,6 +3337,10 @@ LLSD LLAppViewer::getViewerInfo() const { info["SERVER_RELEASE_NOTES_URL"] = LLTrans::getString("RetrievingData"); } + else + { + info["SERVER_RELEASE_NOTES_URL"] = LLTrans::getString("NotConnected"); + } } else if (LLStringUtil::startsWith(mServerReleaseNotesURL, "http")) // it's an URL { |