diff options
author | maxim@mnikolenko <maxim@mnikolenko> | 2013-01-15 14:07:55 +0200 |
---|---|---|
committer | maxim@mnikolenko <maxim@mnikolenko> | 2013-01-15 14:07:55 +0200 |
commit | a49d3b14254fa5cfac3900e86b2287a016eaf9cc (patch) | |
tree | 3981e313536a19c7e93acd2aba2afdf6b4cb2f2a /indra/newview/llfloaterimsessiontab.h | |
parent | e206dff762e9055391a8627c0067de0a11319f2f (diff) |
CHUI-567 FIXED "Translate chat", "Translation settings..." menu items are added.
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); |