summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2024-01-16 02:12:34 +0100
committerGuru <alexandrgproductengine@lindenlab.com>2024-01-16 12:11:42 +0100
commit65b501c42973e3ffdbf37e70ed78243bab588039 (patch)
tree740a870895ecf563639c7fbda09209f5820c7dab /indra
parent03870e0cf3733d244269f8c9ce7c982309d4f9fd (diff)
SL-20751 Information about frequently used and recently used emojis is available to all users
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloateremojipicker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloateremojipicker.cpp b/indra/newview/llfloateremojipicker.cpp
index a9bc0fd6bb..abc5165f1e 100644
--- a/indra/newview/llfloateremojipicker.cpp
+++ b/indra/newview/llfloateremojipicker.cpp
@@ -973,7 +973,7 @@ void LLFloaterEmojiPicker::loadState()
if (!sStateFileName.empty())
return; // Already loaded
- sStateFileName = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "emoji_floater_state.xml");
+ sStateFileName = gDirUtilp->getExpandedFilename(LL_PATH_PER_SL_ACCOUNT, "emoji_floater_state.xml");
llifstream file;
file.open(sStateFileName.c_str());