From 19c1be0e055bd06cb3083a9c9d126a4907a90788 Mon Sep 17 00:00:00 2001
From: Cho <cho@lindenlab.com>
Date: Tue, 12 Nov 2013 22:37:24 +0000
Subject: [PATCH] replaced Flickr title text_editor to a line_editor for
 ACME-1169

---
 indra/newview/skins/default/xui/en/panel_flickr_photo.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/indra/newview/skins/default/xui/en/panel_flickr_photo.xml b/indra/newview/skins/default/xui/en/panel_flickr_photo.xml
index 39935a76870..b3af271f34a 100644
--- a/indra/newview/skins/default/xui/en/panel_flickr_photo.xml
+++ b/indra/newview/skins/default/xui/en/panel_flickr_photo.xml
@@ -102,7 +102,7 @@
              type="string">
               Title:
             </text>
-            <text_editor
+            <line_editor
              follows="left|top"
              height="20"
              width="250"
@@ -110,9 +110,8 @@
              length="1"
              max_length="256"
              name="photo_title"
-             type="string"
-             word_wrap="true">
-            </text_editor>
+             type="string">
+            </line_editor>
             <text
              length="1"
              follows="top|left|right"
-- 
GitLab