diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-05-11 01:48:21 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-05-11 13:00:45 +0300 |
| commit | 2ddbdeb165efc0c41866f1fba084fb365474e63c (patch) | |
| tree | ef5d60e09ff12e420cb44035d0262ff1e66fdf3a /indra/newview/llurlfloaterdispatchhandler.cpp | |
| parent | 9dee16185a0b33177c6b7b3c60733682cebee66d (diff) | |
SL-15168 Reset title of guidebook when opening
Diffstat (limited to 'indra/newview/llurlfloaterdispatchhandler.cpp')
| -rw-r--r-- | indra/newview/llurlfloaterdispatchhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llurlfloaterdispatchhandler.cpp b/indra/newview/llurlfloaterdispatchhandler.cpp index f03caf43b8..519f81b72d 100644 --- a/indra/newview/llurlfloaterdispatchhandler.cpp +++ b/indra/newview/llurlfloaterdispatchhandler.cpp @@ -52,8 +52,8 @@ const std::string KEY_URI("floater_url"); const std::string KEY_PARAMS("floater_params"); // Supported floaters, for now it's exact matching, later it might get extended -const std::string FLOATER_GUIDEBOOK("secondlife://guidebook"); // translates to "how_to" -const std::string FLOATER_WEB_CONTENT("secondlife://browser"); // translates to "web_content" +const std::string FLOATER_GUIDEBOOK("secondlife:///guidebook"); // translates to "how_to" +const std::string FLOATER_WEB_CONTENT("secondlife:///browser"); // translates to "web_content" // Web content universal arguments const std::string KEY_TRUSTED_CONTENT("trusted_content"); |
