]> git.sesse.net Git - vlc/commitdiff
[Qt] Add 2 new icons.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 17 Dec 2008 22:13:01 +0000 (23:13 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 18 Dec 2008 23:26:18 +0000 (00:26 +0100)
modules/gui/qt4/Modules.am
modules/gui/qt4/pixmaps/toolbar/skip_back.png [new file with mode: 0644]
modules/gui/qt4/pixmaps/toolbar/skip_for.png [new file with mode: 0644]
modules/gui/qt4/vlc.qrc

index 7112871bb54d5d1d03435b12b17a546f0c202c7a..b2356fdfd783c5bacf5bcf65f7eba490306ae991 100644 (file)
@@ -129,6 +129,8 @@ DEPS_res = \
        pixmaps/toolbar/fullscreen.png \
        pixmaps/toolbar/record_16px.png \
        pixmaps/toolbar/snapshot.png \
+       pixmaps/toolbar/skip_for.png \
+       pixmaps/toolbar/skip_back.png \
        pixmaps/toolbar/tv.png \
        pixmaps/toolbar/tvtelx-transparent.png \
        pixmaps/toolbar/tvtelx.png \
diff --git a/modules/gui/qt4/pixmaps/toolbar/skip_back.png b/modules/gui/qt4/pixmaps/toolbar/skip_back.png
new file mode 100644 (file)
index 0000000..17b5440
Binary files /dev/null and b/modules/gui/qt4/pixmaps/toolbar/skip_back.png differ
diff --git a/modules/gui/qt4/pixmaps/toolbar/skip_for.png b/modules/gui/qt4/pixmaps/toolbar/skip_for.png
new file mode 100644 (file)
index 0000000..d82e07b
Binary files /dev/null and b/modules/gui/qt4/pixmaps/toolbar/skip_for.png differ
index ead9b29e48f5bd792ece06b0b95992e142d4cb69..0113b41ae827e8c1903533de748950f534aa6ae1 100644 (file)
@@ -68,6 +68,8 @@
   <file alias="atob_noa">pixmaps/toolbar/atob_noa.png</file>
   <file alias="atob_nob">pixmaps/toolbar/atob_nob.png</file>
   <file alias="frame">pixmaps/toolbar/frame-by-frame.png</file>
+  <file alias="skip_fw">pixmaps/toolbar/skip_for.png</file>
+  <file alias="skip_back">pixmaps/toolbar/skip_back.png</file>
   <file alias="next">pixmaps/next_16px.png</file>
   <file alias="next_b">pixmaps/next.png</file>
   <file alias="down_arrow">pixmaps/arrow_down_dark.png</file>