diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-07-07 14:55:19 +0300 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-07-07 14:55:19 +0300 |
commit | ede95f402922db01452d93c6d6c8a6248f2d299b (patch) | |
tree | 0918ac1bf6ddab9442a59935a4270162e0d3894c /indra/newview | |
parent | 9dbc0e2ccebba2ccb7d1fe10dbb62653545daef3 (diff) |
EXT-8149 FIXED (shop button needs a tooltip)
- Added tooltips for Shop buttons
Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/693/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfit_edit.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_outfit_edit.xml b/indra/newview/skins/default/xui/en/panel_outfit_edit.xml index adc38b966c..cf174da2f0 100644 --- a/indra/newview/skins/default/xui/en/panel_outfit_edit.xml +++ b/indra/newview/skins/default/xui/en/panel_outfit_edit.xml @@ -406,6 +406,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap left_pad="1" name="shop_btn_1" top="1" + tool_tip="Visit the SL Marketplace. You can also select something you are wearing, then click here to see more things like it" width="31" /> </panel> @@ -480,6 +481,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap left_pad="1" name="shop_btn_2" top="1" + tool_tip="Visit the SL Marketplace. You can also select something you are wearing, then click here to see more things like it" width="31" /> </panel> |