Commit 8ec938ef45bd60a04a55309a1000283038f00fa0
- Diff rendering mode:
- inline
- side by side
src/MainWindow.cpp
(1 / 3)
|   | |||
| 849 | 849 | action->setIcon( KIcon("edit-delete-amarok") ); | |
| 850 | 850 | //this is connected inside the dynamic playlist category | |
| 851 | 851 | ||
| 852 | action = new KAction( this ); | ||
| 852 | action = new KAction( KIcon("media-skip-forward-amarok"), i18n( "Next Track" ), this ); | ||
| 853 | 853 | ac->addAction( "next", action ); | |
| 854 | 854 | action->setGlobalShortcut( KShortcut( Qt::META + Qt::Key_B ) ); | |
| 855 | action->setIcon( KIcon("media-skip-forward-amarok") ); | ||
| 856 | action->setText( i18n( "Next Track" ) ); | ||
| 857 | 855 | connect( action, SIGNAL(triggered(bool)), pa, SLOT( next() ) ); | |
| 858 | 856 | ||
| 859 | 857 | action = new KAction( i18n( "Increase Volume" ), this ); |

