summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/text_editor.xml
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2010-02-05 12:25:18 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2010-02-05 12:25:18 +0200
commit553cf40d136e70f4819cb2b72d0483287db81b17 (patch)
treeca7eab61f1ae10840fbd6664e023f08b0ee5115f /indra/newview/skins/default/xui/en/widgets/text_editor.xml
parent20e9e6b57e52973ccb12b45da05e69bcaa88d736 (diff)
Updated low bug EXT-4951 - Redundant edit box context menu in list items in Panel Picks/Classifieds.
Reverted changeset 8956:930bef051fee. Added new parameter to control context menu visibility. --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/text_editor.xml')
-rw-r--r--indra/newview/skins/default/xui/en/widgets/text_editor.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/text_editor.xml b/indra/newview/skins/default/xui/en/widgets/text_editor.xml
index 23ca8ea338..2ced8b1b4b 100644
--- a/indra/newview/skins/default/xui/en/widgets/text_editor.xml
+++ b/indra/newview/skins/default/xui/en/widgets/text_editor.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- Core parameters are in simple_text_editor.xml -->
<text_editor
- allow_html="false"/>
+ allow_html="false"
+ show_context_menu="true"/>