diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-02-15 20:41:03 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-02-15 20:41:03 +0200 |
commit | 0c8d51b8c8bdca567e349755393c57cd113a81f0 (patch) | |
tree | ceb761a50d45d88f1d8f5d9db708e7dfaac1f3fb /indra/newview/llfloaterpreference.h | |
parent | fddfe50ac125c1b25592ce30dbbb34363047cea1 (diff) |
SL-10234 Fixed The viewer shows installation language as system default
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index d609c42ebe..1b8229ada6 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -198,6 +198,7 @@ private: void onDeleteTranscriptsResponse(const LLSD& notification, const LLSD& response); void updateDeleteTranscriptsButton(); void updateMaxComplexity(); + static bool loadFromFilename(const std::string& filename, std::map<std::string, std::string> &label_map); static std::string sSkin; notifications_map mNotificationOptions; |