diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-04-16 00:01:57 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-04-16 01:24:29 +0300 |
commit | 3780c86538ee667bb74f0a70bcf870ec554eda75 (patch) | |
tree | 38e2e4ba086553dc740a996a33b20b0af2d3ec0e /indra/newview/llstartup.cpp | |
parent | 96daac0ab458a3e1cd425ee4b580470e6b02416f (diff) |
SL-15028 Move guidebook code into own flaoter
To help with dispatcher and unify code
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index b7606f7f23..486c33cb43 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1905,14 +1905,7 @@ bool idle_startup() // on with this install. gSavedSettings.setBOOL("ShowStartLocation", TRUE); - LLFloaterWebContent::Params p; - std::string url = gSavedSettings.getString("GuidebookURL"); - p.url = LLWeb::expandURLSubstitutions(url, LLSD()); - p.show_chrome = false; - p.show_page_title = false; - p.preferred_media_size = LLRect(0, 500, 300, 0); - - LLFloaterReg::toggleInstanceOrBringToFront("how_to", p); + LLFloaterReg::toggleInstanceOrBringToFront("how_to"); } display_startup(); |