Commit ad3e37cf authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win7: add the button ressources

parent d1b5547c
...@@ -183,6 +183,10 @@ DEPS_res = \ ...@@ -183,6 +183,10 @@ DEPS_res = \
pixmaps/types/type_node.png \ pixmaps/types/type_node.png \
pixmaps/types/type_playlist.png \ pixmaps/types/type_playlist.png \
pixmaps/types/type_unknown.xpm \ 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/update.png \
pixmaps/lock.png pixmaps/lock.png
......
...@@ -109,4 +109,10 @@ ...@@ -109,4 +109,10 @@
<file alias="sout" >pixmaps/prefs/advprefs_sout.png</file> <file alias="sout" >pixmaps/prefs/advprefs_sout.png</file>
<file alias="video" >pixmaps/prefs/advprefs_video.png</file> <file alias="video" >pixmaps/prefs/advprefs_video.png</file>
</qresource> </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> </RCC>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment