From 7bac2995d7e5115a8e77f2fd925292078c3a3121 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 14 Nov 2008 17:02:42 +0100 Subject: [PATCH] [Qt] Use the new Frame-By-Frame icon. --- modules/gui/qt4/components/controller.cpp | 2 +- modules/gui/qt4/vlc.qrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp index 94c0de4500..7e0f51bc81 100644 --- a/modules/gui/qt4/components/controller.cpp +++ b/modules/gui/qt4/components/controller.cpp @@ -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; } diff --git a/modules/gui/qt4/vlc.qrc b/modules/gui/qt4/vlc.qrc index e437e1debb..13eef1f763 100644 --- a/modules/gui/qt4/vlc.qrc +++ b/modules/gui/qt4/vlc.qrc @@ -67,6 +67,7 @@ pixmaps/toolbar/atob.png pixmaps/toolbar/atob_noa.png pixmaps/toolbar/atob_nob.png + pixmaps/toolbar/frame-by-frame.png pixmaps/next_16px.png pixmaps/next.png pixmaps/arrow_down_dark.png -- 2.39.2