diff options
author | Dmitry Oleshko <doleshko@productengine.com> | 2009-11-18 18:36:10 +0200 |
---|---|---|
committer | Dmitry Oleshko <doleshko@productengine.com> | 2009-11-18 18:36:10 +0200 |
commit | 4dc294e6dc6a88201ccb2dce76eab25ca936e062 (patch) | |
tree | 619ad963e2a19b5ada99e21f1a86c0b5139da70b /indra/newview/skins | |
parent | 1ea7c51f7e3f012916c1f5e76100b9686ee3d35b (diff) |
fixed low bug (EXT-2552) Building of notification toast's panel produces a creation of dummy icon
removed commented code from XML file
removed from toast notify panel Icon member and a corresponding code
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_notification.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_notification.xml b/indra/newview/skins/default/xui/en/panel_notification.xml index 462188ee24..df37f9973c 100644 --- a/indra/newview/skins/default/xui/en/panel_notification.xml +++ b/indra/newview/skins/default/xui/en/panel_notification.xml @@ -90,15 +90,4 @@ name="control_panel" top_pad="0"> </panel> - <!-- - <icon - follows="left|top" - height="32" - image_name="notify_tip_icon.tga" - layout="topleft" - left="8" - mouse_opaque="false" - name="info_icon" - top="20" - width="32" /> --> </panel> |