diff options
author | Ramzi Ramey <ramzi@lindenlab.com> | 2009-10-12 23:27:03 +0000 |
---|---|---|
committer | Ramzi Ramey <ramzi@lindenlab.com> | 2009-10-12 23:27:03 +0000 |
commit | b8cf37dc28fad7e36c889d0c50aa2afb0b17a5a8 (patch) | |
tree | 8ab131ee204201108614af045e8e98b5f4512f83 | |
parent | dd59c0b31e04bc495a56dd72c2542d35116e9266 (diff) |
I18N: the tooltips in widgets/search_combo_box.xml need a name so they can be translated.
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/search_combo_box.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/search_combo_box.xml b/indra/newview/skins/default/xui/en/widgets/search_combo_box.xml index e998635d20..a054b4ee60 100644 --- a/indra/newview/skins/default/xui/en/widgets/search_combo_box.xml +++ b/indra/newview/skins/default/xui/en/widgets/search_combo_box.xml @@ -5,11 +5,13 @@ show_text_as_tentative="false" dropdown_button_visible="false" max_chars="256" + name="parent" allow_new_values="true" background_image="TextField_Search_Off" background_image_disabled="TextField_Search_Disabled" background_image_focused="TextField_Search_Active"> <combo_editor + name="child1" select_on_focus="true" text_pad_left="20" tool_tip="Search" @@ -18,9 +20,11 @@ background_image_focused="TextField_Search_Active"/> <combo_list multi_select="false" + name="child2" page_lines="10" scroll_bar_bg_visible="true" /> <search_button label="" + name="child3" top_pad="4" left_pad="4" width="13" |