diff options
| author | Paul Guslisty <pguslisty@productengine.com> | 2009-12-15 08:35:26 +0200 | 
|---|---|---|
| committer | Paul Guslisty <pguslisty@productengine.com> | 2009-12-15 08:35:26 +0200 | 
| commit | 929490262684270103427ad47cffece5a17f248a (patch) | |
| tree | 0ee0a530ffd10093c7cf4777cc6693253daf6790 | |
| parent | fc3b068d2ef05f95e579876b68d3e17c8425bc14 (diff) | |
Fixed normal bug EXT - 3288 (Tool-tips are missing on whole Places panel)
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_places.xml | 2 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_teleport_history.xml | 2 | 
2 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_places.xml b/indra/newview/skins/default/xui/en/panel_places.xml index 88df529ec1..07f9095640 100644 --- a/indra/newview/skins/default/xui/en/panel_places.xml +++ b/indra/newview/skins/default/xui/en/panel_places.xml @@ -77,6 +77,7 @@ background_visible="true"           layout="topleft"           left="5"           name="teleport_btn" +         tool_tip="Teleport to the selected area"           top="0"           width="100" />          <button @@ -86,6 +87,7 @@ background_visible="true"           layout="topleft"           left_pad="5"           name="map_btn" +         tool_tip="Show selected area on the map"           top="0"           width="70" />          <button diff --git a/indra/newview/skins/default/xui/en/panel_teleport_history.xml b/indra/newview/skins/default/xui/en/panel_teleport_history.xml index 32fc9fce01..06da64533b 100644 --- a/indra/newview/skins/default/xui/en/panel_teleport_history.xml +++ b/indra/newview/skins/default/xui/en/panel_teleport_history.xml @@ -151,7 +151,7 @@          <button           follows="bottom|left"           font="SansSerifBigBold" -         tool_tip="" +         tool_tip="Show additional optioins"           height="18"           image_disabled="OptionsMenu_Disabled"           image_selected="OptionsMenu_Press"  | 
