diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-08-09 19:29:14 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-08-09 19:29:14 +0300 |
commit | 5924155f29d9c971dcec4fd21e77466a455ef98d (patch) | |
tree | a5e9151195461a228f6697f34cd4979f184d3375 /indra/newview | |
parent | de0a8782be1f95cb1ca5e74b38df0a73f69356c6 (diff) |
MAINT-6612 Server release notes in Help
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterabout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp index 8d17f4c198..c2d0d9f06b 100644 --- a/indra/newview/llfloaterabout.cpp +++ b/indra/newview/llfloaterabout.cpp @@ -276,7 +276,7 @@ void LLFloaterAbout::handleServerReleaseNotes(LLSD results) } LLAppViewer::instance()->setServerReleaseNotesURL(location); - LLFloaterAbout* floater_about = LLFloaterReg::getTypedInstance<LLFloaterAbout>("sl_about"); + LLFloaterAbout* floater_about = LLFloaterReg::findTypedInstance<LLFloaterAbout>("sl_about"); if (floater_about) { floater_about->setSupportText(location); |