[vlc-commits] skins2: fix winamp2.xml (.wsz file)

Erwan Tulou git at videolan.org
Tue Mar 1 21:19:47 CET 2011


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Tue Mar  1 17:26:48 2011 +0100| [69ea7b95bd3cbf764552dd76944335bc56afe8a6] | committer: Erwan Tulou

skins2: fix winamp2.xml (.wsz file)

pledit id is used twice in this file (must be unique)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=69ea7b95bd3cbf764552dd76944335bc56afe8a6
---

 share/skins2/winamp2.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/skins2/winamp2.xml b/share/skins2/winamp2.xml
index 826d40c..a13e7eb 100644
--- a/share/skins2/winamp2.xml
+++ b/share/skins2/winamp2.xml
@@ -42,7 +42,7 @@
         <SubBitmap id="eq_small_close_down" x="11" y="47" width="9" height="9" />
         <SubBitmap id="eq_small_volume_up" x="1" y="30" width="3" height="7" />
     </Bitmap>
-    <Bitmap id="pledit" file="pledit.bmp" alphacolor="#FF0001">
+    <Bitmap id="pledit_bmp" file="pledit.bmp" alphacolor="#FF0001">
         <SubBitmap id="pl_upleft_focus" x="0" y="0" width="25" height="20" />
         <SubBitmap id="pl_title_focus" x="26" y="0" width="100" height="20" />
         <SubBitmap id="pl_up_focus" x="127" y="0" width="25" height="20" />



More information about the vlc-commits mailing list