Skip to content
Snippets Groups Projects
Commit 5924155f authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-6612 Server release notes in Help

parent de0a8782
No related branches found
No related tags found
No related merge requests found
...@@ -276,7 +276,7 @@ void LLFloaterAbout::handleServerReleaseNotes(LLSD results) ...@@ -276,7 +276,7 @@ void LLFloaterAbout::handleServerReleaseNotes(LLSD results)
} }
LLAppViewer::instance()->setServerReleaseNotesURL(location); LLAppViewer::instance()->setServerReleaseNotesURL(location);
LLFloaterAbout* floater_about = LLFloaterReg::getTypedInstance<LLFloaterAbout>("sl_about"); LLFloaterAbout* floater_about = LLFloaterReg::findTypedInstance<LLFloaterAbout>("sl_about");
if (floater_about) if (floater_about)
{ {
floater_about->setSupportText(location); floater_about->setSupportText(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