summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterhowto.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-06-09 19:46:23 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-06-09 19:48:19 +0300
commit79f8c024c34efad93ce55ebacf656e6fc9804198 (patch)
tree95638b85bed8bc497541cdee137a9894f4d272ca /indra/newview/llfloaterhowto.cpp
parent5b730160f662d0324ba01f498744a279d002a910 (diff)
SL-15363 how_to on older viewers is forced to persist
Older how_to floater is not set to persist in between sessions and gets stuck, ranamed new how_to into guidebook to avoid the issue
Diffstat (limited to 'indra/newview/llfloaterhowto.cpp')
-rw-r--r--indra/newview/llfloaterhowto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterhowto.cpp b/indra/newview/llfloaterhowto.cpp
index ddb3ea04ba..a359fb7c7d 100644
--- a/indra/newview/llfloaterhowto.cpp
+++ b/indra/newview/llfloaterhowto.cpp
@@ -75,7 +75,7 @@ void LLFloaterHowTo::onOpen(const LLSD& key)
LLFloaterHowTo* LLFloaterHowTo::getInstance()
{
- return LLFloaterReg::getTypedInstance<LLFloaterHowTo>("how_to");
+ return LLFloaterReg::getTypedInstance<LLFloaterHowTo>("guidebook");
}
BOOL LLFloaterHowTo::handleKeyHere(KEY key, MASK mask)