diff options
author | Kitty Barnett <develop@catznip.com> | 2012-02-14 21:48:22 +0100 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2012-02-14 21:48:22 +0100 |
commit | 60e39343b17f29c65e8a60a415f7ed83ff069a12 (patch) | |
tree | 895a454b02b2685bfa91a994d67bb9eea139c1cc /indra/newview/llfloaterpreference.h | |
parent | 2114e88cd1291ef1dba4b79bcdcca4b2d134262f (diff) |
STORM-276 Reworked the spell check preferences to be more robust and less error-prone
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index cd258b5614..f75f71cc3d 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -161,8 +161,8 @@ public: void applyUIColor(LLUICtrl* ctrl, const LLSD& param); void getUIColor(LLUICtrl* ctrl, const LLSD& param); - void buildDictLists(); void buildPopupLists(); + void refreshDictLists(bool from_settings); static void refreshSkin(void* data); private: static std::string sSkin; |