diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-09-07 00:09:49 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-09-07 00:09:49 +0300 |
commit | e23ecf311c729be7e6611ef2fe21badaf9f1c3ed (patch) | |
tree | beb2d0b658820ab8f73f16dde97722c1c0feca8a /indra/newview/llfloaterpreference.h | |
parent | e2552ec6737fe734ffd5b4768193c6a890d66f70 (diff) |
STORM-1577 WIP Implemented chat translation preferences management.
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 ef9bc2dd53..ee6bb235be 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -157,6 +157,7 @@ public: void onChangeMaturity(); void onClickBlockList(); void onClickProxySettings(); + void onClickTranslationSettings(); void applyUIColor(LLUICtrl* ctrl, const LLSD& param); void getUIColor(LLUICtrl* ctrl, const LLSD& param); |