From 6212cd2950e334aff93ac577a68627d5801ca646 Mon Sep 17 00:00:00 2001
From: simon <none@none>
Date: Fri, 6 Dec 2013 17:13:30 -0800
Subject: [PATCH] MAINT-3552: crash in LLPanel::getString: Failed to find
 string ErrorFetchingServerReleaseNotesURL in panel floater_about

---
 indra/newview/llfloaterabout.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp
index 06a97c92149..4331a63346a 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);
 	}
-- 
GitLab