summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorsimon <none@none>2013-12-06 17:13:30 -0800
committersimon <none@none>2013-12-06 17:13:30 -0800
commitbde3be7b5d9d30e16331ec13acafa23ab0bc7c9a (patch)
tree00fed7af8c94ed25520ef9a71af1bebd98c1df67 /indra/newview
parentde94e8c23286305aedf392311f8d0fb8a479a375 (diff)
MAINT-3552: crash in LLPanel::getString: Failed to find string ErrorFetchingServerReleaseNotesURL in panel floater_about
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llfloaterabout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp
index 06a97c9214..4331a63346 100755
--- a/indra/newview/llfloaterabout.cpp
+++ b/indra/newview/llfloaterabout.cpp
@@ -316,7 +316,7 @@ void LLServerReleaseNotesURLFetcher::completedHeader(U32 status, const std::stri
std::string location = content["location"].asString();
if (location.empty())
{
- location = floater_about->getString("ErrorFetchingServerReleaseNotesURL");
+ location = LLTrans::getString("ErrorFetchingServerReleaseNotesURL");
}
LLAppViewer::instance()->setServerReleaseNotesURL(location);
}