]> git.sesse.net Git - vlc/commitdiff
[Qt] Use the new Frame-By-Frame icon.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 14 Nov 2008 16:02:42 +0000 (17:02 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 15 Nov 2008 16:41:28 +0000 (17:41 +0100)
modules/gui/qt4/components/controller.cpp
modules/gui/qt4/vlc.qrc

index 94c0de4500026c210675ec9549a3a52b4f7a3d52..7e0f51bc812a5b104add087e63695821afc80cc8 100644 (file)
@@ -254,7 +254,7 @@ QWidget *AbstractController::createWidget( buttonType_e button, int* i_size,
         QToolButton *frameButton = new QToolButton;
         setupButton( frameButton );
         CONNECT_MAP_SET( frameButton, FRAME_ACTION );
-        BUTTON_SET_BAR( frameButton, "", qtr( "Frame by frame" ) );
+        BUTTON_SET_BAR( frameButton, frame, qtr( "Frame by frame" ) );
         ENABLE_ON_INPUT( frameButton );
         widget = frameButton;
         }
index e437e1debbe1a0bb680f5a94970f49c0db732fff..13eef1f7636c0d62592a6930c9bd5cad8e2696ca 100644 (file)
@@ -67,6 +67,7 @@
   <file alias="atob">pixmaps/toolbar/atob.png</file>
   <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="next">pixmaps/next_16px.png</file>
   <file alias="next_b">pixmaps/next.png</file>
   <file alias="down_arrow">pixmaps/arrow_down_dark.png</file>