[vlc-commits] skins2: fix winamp2.xml (.wsz file)
Erwan Tulou
git at videolan.org
Tue Mar 1 21:33:07 CET 2011
vlc/vlc-1.1 | branch: master | Erwan Tulou <erwan10 at videolan.org> | Tue Mar 1 17:26:48 2011 +0100| [2d32bb482aef230478ca2e0f8f03a0f03dbc9690] | 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/vlc-1.1.git/?a=commit;h=2d32bb482aef230478ca2e0f8f03a0f03dbc9690
---
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