diff options
author | Cho <cho@lindenlab.com> | 2013-01-16 01:25:54 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-01-16 01:25:54 +0000 |
commit | fd0cae39f38673d69448e90971e2369e0b81c2fe (patch) | |
tree | c9323f0824663eae9a8e0af85f2af19c845edc50 /indra/newview/llfloaterimsessiontab.h | |
parent | b7f4916b3e4af149d6212a701c556915e23e7c0a (diff) | |
parent | 27a32d34baa20f54adc0719877f9ed89204c80ba (diff) |
merging latest changes
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.h')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.h b/indra/newview/llfloaterimsessiontab.h index 0fa99a46be..05da0f98bc 100644 --- a/indra/newview/llfloaterimsessiontab.h +++ b/indra/newview/llfloaterimsessiontab.h @@ -109,8 +109,12 @@ protected: // bool onIMShowModesMenuItemCheck(const LLSD& userdata); bool onIMShowModesMenuItemEnable(const LLSD& userdata); + bool isTranslatingEnabled(const LLSD& userdata); + bool isTranslationOn(const LLSD& userdata); static void onSlide(LLFloaterIMSessionTab *self); + void toggleTranslation(const LLSD& userdata); + // refresh a visual state of the Call button void updateCallBtnState(bool callIsActive); |