diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2012-06-26 19:27:19 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-06-26 19:27:19 +0300 |
commit | abe106bd9c33fef12dcf4eacca228d5d669d9e34 (patch) | |
tree | d55dd4222e9d066096a7d86e96c00a5478a3a4f1 | |
parent | 677c205131e695eb5a3b2a190799330b49d636d8 (diff) |
- CHUI-178 (Right click context menu not present in chat entry field)
- Set parameter to true to show context menu
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/chat_editor.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/chat_editor.xml b/indra/newview/skins/default/xui/en/widgets/chat_editor.xml new file mode 100644 index 0000000000..f9facb593a --- /dev/null +++ b/indra/newview/skins/default/xui/en/widgets/chat_editor.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<chat_editor + name="chat_editor" + show_context_menu="true"/> |