diff options
Diffstat (limited to 'juk/playlist.cpp')
-rw-r--r-- | juk/playlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/playlist.cpp b/juk/playlist.cpp index 51ccb61c..7dce3bb3 100644 --- a/juk/playlist.cpp +++ b/juk/playlist.cpp @@ -2105,7 +2105,7 @@ void Playlist::slotShowRMBMenu(TQListViewItem *item, const TQPoint &point, int c m_rmbMenu->insertSeparator(); m_rmbMenu->insertItem( - SmallIcon("folder_new"), i18n("Create Playlist From Selected Items..."), this, TQT_SLOT(slotCreateGroup())); + SmallIcon("folder-new"), i18n("Create Playlist From Selected Items..."), this, TQT_SLOT(slotCreateGroup())); K3bExporter *exporter = new K3bExporter(this); TDEAction *k3bAction = exporter->action(); |