diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-24 23:41:04 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-24 23:41:04 +0200 |
commit | c4277e421ca8934e405d778f3c86f21760c55c9d (patch) | |
tree | 275f717c997d3911a05465ad377fc19a951a979a /indra/newview/llfloaterpreference.h | |
parent | 59b82f8185247638a5fb294881ffc0c0558952b3 (diff) |
Implemented (EXT-4704) Add maturity icons to Prefs -> General.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index 93b39d72bc..71aa5d3189 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -134,8 +134,9 @@ public: void onCommitMediaEnabled(); void onCommitMusicEnabled(); void applyResolution(); + void onChangeMaturity(); void applyUIColor(LLUICtrl* ctrl, const LLSD& param); - void getUIColor(LLUICtrl* ctrl, const LLSD& param); + void getUIColor(LLUICtrl* ctrl, const LLSD& param); void buildPopupLists(); static void refreshSkin(void* data); |