From 9977caccb33207b4dabc61485239d865f8aca639 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 30 Jun 2020 16:50:28 +0200 Subject: Bring back missing icons, thanks to Slávek Banko for the tip. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy --- src/app/mainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/mainWindow.cpp') diff --git a/src/app/mainWindow.cpp b/src/app/mainWindow.cpp index af41a4f..f3daa02 100644 --- a/src/app/mainWindow.cpp +++ b/src/app/mainWindow.cpp @@ -251,7 +251,7 @@ MainWindow::setupActions() connect( new FullScreenAction( this, ac ), SIGNAL(toggled( bool )), SLOT(fullScreenToggled( bool )) ); new PlayAction( this, SLOT(play()), ac ); - new TDEAction( i18n("Stop"), "player_stop", Key_S, engine(), SLOT(stop()), ac, "stop" ); + new TDEAction( i18n("Stop"), "media-playback-stop", Key_S, engine(), SLOT(stop()), ac, "stop" ); new TDEToggleAction( i18n("Record"), "player_record", CTRL + Key_R, engine(), SLOT(record()), ac, "record" ); -- cgit v1.2.3