diff options
Diffstat (limited to 'src/app/stateChange.cpp')
-rw-r--r-- | src/app/stateChange.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/stateChange.cpp b/src/app/stateChange.cpp index 15846f5..db07231 100644 --- a/src/app/stateChange.cpp +++ b/src/app/stateChange.cpp @@ -87,7 +87,7 @@ MainWindow::engineStateChanged( Engine::State state ) // KDE has a shit special action for this, but it stupidly changes // the toolbar icon too. // TODO do this from the playAction since we do it in context menu too - const KGuiItem item = (state == Playing) ? KGuiItem( i18n("&Pause"), "player_pause" ) : KGuiItem( i18n("&Play"), "player_play" ); + const KGuiItem item = (state == Playing) ? KGuiItem( i18n("&Pause"), "media-playback-pause" ) : KGuiItem( i18n("&Play"), "media-playback-start" ); file_menu->changeItem( play_id, item.iconSet(), item.text() ); file_menu->setItemChecked( play_id, false ); |