[vlc-commits] commit: Win7: add the button ressources (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Tue Jun 15 00:43:38 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 15 00:42:39 2010 +0200| [ad3e37cf63b3cb7e42e9b2759e9ff27228f5f698] | committer: Jean-Baptiste Kempf
Win7: add the button ressources
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad3e37cf63b3cb7e42e9b2759e9ff27228f5f698
---
modules/gui/qt4/Modules.am | 4 ++++
modules/gui/qt4/vlc.qrc | 6 ++++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am
index 0b8cb90..9c76688 100644
--- a/modules/gui/qt4/Modules.am
+++ b/modules/gui/qt4/Modules.am
@@ -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
diff --git a/modules/gui/qt4/vlc.qrc b/modules/gui/qt4/vlc.qrc
index ec17357..d0a826c 100644
--- a/modules/gui/qt4/vlc.qrc
+++ b/modules/gui/qt4/vlc.qrc
@@ -109,4 +109,10 @@
<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>
More information about the vlc-commits
mailing list