diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-15 13:32:39 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-15 13:32:39 +0000 |
| commit | b61fa7935b25329118e58397babf021e5b87abc5 (patch) | |
| tree | 4df9bfd0111d1da639b014b0fd502692e640b12a | |
| parent | ed429c0365217352a70928aca9be2b12f2b1310a (diff) | |
| download | qmmp-b61fa7935b25329118e58397babf021e5b87abc5.tar.gz qmmp-b61fa7935b25329118e58397babf021e5b87abc5.tar.bz2 qmmp-b61fa7935b25329118e58397babf021e5b87abc5.zip | |
fixed 'U' hotkey
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@92 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/playlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist.cpp b/src/playlist.cpp index 3983698da..e759e85c4 100644 --- a/src/playlist.cpp +++ b/src/playlist.cpp @@ -144,7 +144,7 @@ void PlayList::createActions() addUrlAct->setShortcut ( tr ( "U" ) ); m_addMenu->addAction ( addUrlAct ); connect ( addUrlAct, SIGNAL ( triggered() ), parent(), SLOT ( addUrl () ) ); - m_actions << addDirAct; + m_actions << addUrlAct; //remove menu QAction *remSelAct = new QAction ( tr ( "&Remove Selected" ),this ); |
