diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-01-15 10:42:09 -0800 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-01-15 10:42:09 -0800 |
commit | 028ceaef1441cbd2d87b294c6cfe7193a6b8bbd7 (patch) | |
tree | 7b35e8b814e41d1aef77a291249298a60c25a11e /indra/newview/llfloaterimsessiontab.h | |
parent | 0e90e94a4d5cbac2d186f0056821a51078e8d1bd (diff) | |
parent | a49d3b14254fa5cfac3900e86b2287a016eaf9cc (diff) |
merging in 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); |