diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-01-16 02:12:34 +0100 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-01-16 12:11:42 +0100 |
commit | 65b501c42973e3ffdbf37e70ed78243bab588039 (patch) | |
tree | 740a870895ecf563639c7fbda09209f5820c7dab | |
parent | 03870e0cf3733d244269f8c9ce7c982309d4f9fd (diff) |
SL-20751 Information about frequently used and recently used emojis is available to all users
-rw-r--r-- | indra/newview/llfloateremojipicker.cpp | 2 |
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()); |