diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:47 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:47 -0500 |
commit | 5f6bb27441c88c11c47c4b478b24bad1563f0318 (patch) | |
tree | fa5d111f55554c7d2c9df8e743a31aac6d77ee71 /src/playlistview.cpp | |
parent | ab99f8026e5160dff303c4b05d494b13207ab358 (diff) | |
download | kmplayer-5f6bb27441c88c11c47c4b478b24bad1563f0318.tar.gz kmplayer-5f6bb27441c88c11c47c4b478b24bad1563f0318.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'src/playlistview.cpp')
-rw-r--r-- | src/playlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlistview.cpp b/src/playlistview.cpp index 96aeb18..a2cb803 100644 --- a/src/playlistview.cpp +++ b/src/playlistview.cpp @@ -351,7 +351,7 @@ KDE_NO_EXPORT void PlayListView::contextMenuItem (TQListViewItem * vi, const TQP m_itemmenu->clear (); } m_itemmenu->insertItem (TDEGlobal::iconLoader ()->loadIconSet - (TQString ("editcopy"), TDEIcon::Small, 0, true), + (TQString ("edit-copy"), TDEIcon::Small, 0, true), i18n ("&Copy to Clipboard"), this, TQT_SLOT (copyToClipboard ()), 0, 0); if (item->m_attr || |