diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-02 19:37:33 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-02 19:37:33 +0200 |
commit | eae60da6839906059d904c12cc155f4c2738c893 (patch) | |
tree | f9353557f79e684b3fa6aae3de823a9129a103c2 /indra/newview/llbottomtray.h | |
parent | abbf49759dd525ce04e25275c97c548f47f5412c (diff) |
fix for EXT-2886 Context menu for Nearby chat text field should look like context menu for any text editor, should include such items as (cut,copy, paste etc)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llbottomtray.h')
-rw-r--r-- | indra/newview/llbottomtray.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llbottomtray.h b/indra/newview/llbottomtray.h index 7640cdcf9d..5d2ae2f199 100644 --- a/indra/newview/llbottomtray.h +++ b/indra/newview/llbottomtray.h @@ -174,6 +174,10 @@ protected: static void* createNearbyChatBar(void* userdata); + void updateContextMenu(S32 x, S32 y, MASK mask); + void onContextMenuItemClicked(const LLSD& userdata); + bool onContextMenuItemEnabled(const LLSD& userdata); + /** * Creates IM Chiclet based on session type (IM chat or Group chat) */ |