diff options
author | Kitty Barnett <develop@catznip.com> | 2012-02-03 19:45:00 +0100 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2012-02-03 19:45:00 +0100 |
commit | 49e0c38ee85214eb7d0e7e995d1a380ee2f60720 (patch) | |
tree | d4beee5beb7e85d782d4fc750b09cae997e215c3 /indra/newview/llfloaterpreference.h | |
parent | 41e11a508379d8f6d2b95f835d2df9f4e2bbea01 (diff) |
STORM-276 Added preferences panel
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index 7ee3294478..cd258b5614 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -121,6 +121,7 @@ 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); @@ -160,6 +161,7 @@ public: void applyUIColor(LLUICtrl* ctrl, const LLSD& param); void getUIColor(LLUICtrl* ctrl, const LLSD& param); + void buildDictLists(); void buildPopupLists(); static void refreshSkin(void* data); private: |