summaryrefslogtreecommitdiffstats
path: root/src/app/mainWindow.cpp
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-06-30 16:50:28 +0200
committergregory guy <[email protected]>2020-06-30 17:31:58 +0200
commit9977caccb33207b4dabc61485239d865f8aca639 (patch)
treea620402c8142a6fdeacaf189c337d4c3b261d9f9 /src/app/mainWindow.cpp
parent0aea32338c4e10924b6fa391bf25ecd55cbb0341 (diff)
downloadcodeine-9977caccb33207b4dabc61485239d865f8aca639.tar.gz
codeine-9977caccb33207b4dabc61485239d865f8aca639.zip
Bring back missing icons, thanks to Slávek Banko for the tip.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/app/mainWindow.cpp')
-rw-r--r--src/app/mainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
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" );