diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-05-06 00:46:14 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-05-06 02:46:42 +0300 |
commit | cfb6ca569b2c834520ce50564e857dfc06831675 (patch) | |
tree | 5f86ac994351c0f1873dba3d663eea1effa958db /indra/newview/llappviewer.cpp | |
parent | 9874d65e54c21db38efe65dfbb9c52f7c9971488 (diff) |
SL-15168 Viewer side functionality for guidebook window opening
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 0b2cdff36c..9d03edc060 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -59,6 +59,7 @@ #include "llslurl.h" #include "llstartup.h" #include "llfocusmgr.h" +#include "llurlfloaterdispatchhandler.h" #include "llviewerjoystick.h" #include "llallocator.h" #include "llcalc.h" @@ -917,6 +918,7 @@ bool LLAppViewer::init() // Load translations for tooltips LLFloater::initClass(); + LLUrlFloaterDispatchHandler::registerInDispatcher(); ///////////////////////////////////////////////// |