|
|
|
@ -845,7 +845,7 @@ PlaylistCollection::ActionHandler::ActionHandler(PlaylistCollection *collection)
|
|
|
|
|
menu->insert(createAction(i18n("&Empty Playlist..."), TQT_SLOT(slotCreatePlaylist()),
|
|
|
|
|
"newPlaylist", "window_new", "CTRL+n"));
|
|
|
|
|
menu->insert(createAction(i18n("&Search Playlist..."), TQT_SLOT(slotCreateSearchPlaylist()),
|
|
|
|
|
"newSearchPlaylist", "find", "CTRL+f"));
|
|
|
|
|
"newSearchPlaylist", "edit-find", "CTRL+f"));
|
|
|
|
|
menu->insert(createAction(i18n("Playlist From &Folder..."), TQT_SLOT(slotCreateFolderPlaylist()),
|
|
|
|
|
"newDirectoryPlaylist", "fileopen", "CTRL+d"));
|
|
|
|
|
|
|
|
|
|