Skip to content
Snippets Groups Projects
Commit 6212cd29 authored by simon's avatar simon
Browse files

MAINT-3552: crash in LLPanel::getString: Failed to find string...

MAINT-3552: crash in LLPanel::getString: Failed to find string ErrorFetchingServerReleaseNotesURL in panel floater_about
parent 5bef9571
No related branches found
No related tags found
No related merge requests found
...@@ -316,7 +316,7 @@ void LLServerReleaseNotesURLFetcher::completedHeader(U32 status, const std::stri ...@@ -316,7 +316,7 @@ void LLServerReleaseNotesURLFetcher::completedHeader(U32 status, const std::stri
std::string location = content["location"].asString(); std::string location = content["location"].asString();
if (location.empty()) if (location.empty())
{ {
location = floater_about->getString("ErrorFetchingServerReleaseNotesURL"); location = LLTrans::getString("ErrorFetchingServerReleaseNotesURL");
} }
LLAppViewer::instance()->setServerReleaseNotesURL(location); LLAppViewer::instance()->setServerReleaseNotesURL(location);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment