diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-08-29 19:29:03 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-08-29 19:29:03 +0000 |
| commit | a0c457d7dd9d609bdf8de45d9b5ac6e578ae38b2 (patch) | |
| tree | ec0b5e90acc2445f9888c222af2ab530daf91ffb /src/ui/playlist.cpp | |
| parent | 9aa6aaa154d5671fa1ab656b2ae739b2c1129f36 (diff) | |
| download | qmmp-a0c457d7dd9d609bdf8de45d9b5ac6e578ae38b2.tar.gz qmmp-a0c457d7dd9d609bdf8de45d9b5ac6e578ae38b2.tar.bz2 qmmp-a0c457d7dd9d609bdf8de45d9b5ac6e578ae38b2.zip | |
added 'auto stop' option (patch by Avihay Baratz)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1862 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/playlist.cpp')
| -rw-r--r-- | src/ui/playlist.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/playlist.cpp b/src/ui/playlist.cpp index 9f6459db0..dbef23089 100644 --- a/src/ui/playlist.cpp +++ b/src/ui/playlist.cpp @@ -314,7 +314,6 @@ void PlayList::createActions() m_listWidget->menu()->addSeparator(); m_listWidget->menu()->addAction(tr("&Queue"),m_pl_manager, SLOT(addToQueue()), tr("Q")); - m_listWidget->menu()->addAction(tr("&Stop after track"),m_pl_manager, SLOT(addToStopAfter()), tr("Ctrl+S")); m_actions << m_listWidget->menu()->actions(); //select menu |
