]> git.sesse.net Git - vlc/commitdiff
Qt: add a play_reverse button.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 22 Jan 2009 10:38:26 +0000 (11:38 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 22 Jan 2009 10:38:26 +0000 (11:38 +0100)
modules/gui/qt4/Modules.am
modules/gui/qt4/pixmaps/toolbar/play_reverse.png [new file with mode: 0644]
modules/gui/qt4/vlc.qrc

index 68fb4b135ae86cb0215b83537c57f565459d239d..d39cdb136d16166b6c36d6056282c3ef53089338 100644 (file)
@@ -131,6 +131,7 @@ DEPS_res = \
        pixmaps/toolbar/extended_16px.png \
        pixmaps/toolbar/frame-by-frame.png \
        pixmaps/toolbar/fullscreen.png \
+       pixmaps/toolbar/play_reverse.png \
        pixmaps/toolbar/record_16px.png \
        pixmaps/toolbar/snapshot.png \
        pixmaps/toolbar/skip_for.png \
diff --git a/modules/gui/qt4/pixmaps/toolbar/play_reverse.png b/modules/gui/qt4/pixmaps/toolbar/play_reverse.png
new file mode 100644 (file)
index 0000000..e94df41
Binary files /dev/null and b/modules/gui/qt4/pixmaps/toolbar/play_reverse.png differ
index 0113b41ae827e8c1903533de748950f534aa6ae1..1cbff3b67bbc850dcbb982828cc46eb215af66b6 100644 (file)
@@ -70,6 +70,7 @@
   <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="reverse">pixmaps/toolbar/play_reverse.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>