summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-04-23 11:53:05 -0400
committerOz Linden <oz@lindenlab.com>2014-04-23 11:53:05 -0400
commit9353868d91dfe2c4539c81c0b96bfe9efb497b2c (patch)
treef6362bc51afe7fe463718c603ccf756a86079067 /indra/newview/llappviewer.cpp
parent5870788f68c6b1fb504ae95403e7da95bc55ed4c (diff)
parentb4ca93cadce90466d41704b68933c21fe909bcb8 (diff)
merge changes for STORM-1831
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-xindra/newview/llappviewer.cpp4
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
{