diff options
author | Kitty Barnett <develop@catznip.com> | 2012-05-31 02:56:42 +0200 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2012-05-31 02:56:42 +0200 |
commit | 53222ef517b97249df1e1a6db2e29c0d86b2e773 (patch) | |
tree | 56dffe4a1c320933a4a3491bd3748c9ce883f99b /indra/newview/llfloaterpreference.h | |
parent | e4c54afec2445e43b77fc955f6fc97ec3519b064 (diff) |
STORM-276 Match preferences look to that of the auto-replace functionality in STORM-1738
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index af10af7f48..669099ad7b 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -121,7 +121,6 @@ public: void setCacheLocation(const LLStringExplicit& location); - void onClickDictMove(const std::string& from, const std::string& to); void onClickSetCache(); void onClickResetCache(); void onClickSkin(LLUICtrl* ctrl,const LLSD& userdata); @@ -158,11 +157,11 @@ public: void onClickBlockList(); void onClickProxySettings(); void onClickTranslationSettings(); + void onClickSpellChecker(); void applyUIColor(LLUICtrl* ctrl, const LLSD& param); void getUIColor(LLUICtrl* ctrl, const LLSD& param); void buildPopupLists(); - void refreshDictLists(bool from_settings); static void refreshSkin(void* data); private: static std::string sSkin; |