]> git.sesse.net Git - vlc/commitdiff
Win7: add the button ressources
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 14 Jun 2010 22:42:39 +0000 (00:42 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 14 Jun 2010 22:43:01 +0000 (00:43 +0200)
modules/gui/qt4/Modules.am
modules/gui/qt4/vlc.qrc

index 0b8cb905ed7393c4e3ed1cc6dd4454dc6f68e0a3..9c766889206e02f92b5fd41dd705c8fc15db8a17 100644 (file)
@@ -183,6 +183,10 @@ DEPS_res = \
        pixmaps/types/type_node.png \
        pixmaps/types/type_playlist.png \
        pixmaps/types/type_unknown.xpm \
+       pixmaps/win7/win7thumbnail_pause.png \
+       pixmaps/win7/win7thumbnail_prev.png \
+       pixmaps/win7/win7thumbnail_next.png \
+       pixmaps/win7/win7thumbnail_stop.png \
        pixmaps/update.png \
        pixmaps/lock.png
 
index ec173571aee1ac6a863097d44d899d3a7ee35a89..d0a826cde69f01eb9310de9a71c0edfb179d23c3 100644 (file)
         <file alias="sout" >pixmaps/prefs/advprefs_sout.png</file>
         <file alias="video" >pixmaps/prefs/advprefs_video.png</file>
     </qresource>
+    <qresource prefix="/win7" >
+        <file alias="pause" >pixmaps/win7/win7thumbnail_pause.png</file>
+        <file alias="prev" >pixmaps/win7/win7thumbnail_prev.png</file>
+        <file alias="play" >pixmaps/win7/win7thumbnail_play.png</file>
+        <file alias="next" >pixmaps/win7/win7thumbnail_next.png</file>
+    </qresource>
 </RCC>