diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:42 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:42 -0500 |
commit | 6ae9931c042a26c2b75b729eeeabd74e8519b1c3 (patch) | |
tree | 9033709c03f7e2da7aae986452133bf8132c327f /src/gvcore/fileoperation.cpp | |
parent | 3118190af4a61e2af2f6f2b6e75d82b3a0a4e22b (diff) | |
download | gwenview-6ae9931c042a26c2b75b729eeeabd74e8519b1c3.tar.gz gwenview-6ae9931c042a26c2b75b729eeeabd74e8519b1c3.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/gvcore/fileoperation.cpp')
-rw-r--r-- | src/gvcore/fileoperation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/fileoperation.cpp b/src/gvcore/fileoperation.cpp index 3a814cd..db969f3 100644 --- a/src/gvcore/fileoperation.cpp +++ b/src/gvcore/fileoperation.cpp @@ -94,7 +94,7 @@ void fillDropURLMenu(TQPopupMenu* menu, const KURL::List& urls, const KURL& targ DropMenuContext* context=new DropMenuContext(TQT_TQOBJECT(menu), urls, target, wasMoved); menu->insertItem( SmallIcon("goto"), i18n("&Move Here"), context, TQT_SLOT(move()) ); - menu->insertItem( SmallIcon("editcopy"), i18n("&Copy Here"), + menu->insertItem( SmallIcon("edit-copy"), i18n("&Copy Here"), context, TQT_SLOT(copy()) ); menu->insertItem( SmallIcon("www"), i18n("&Link Here"), context, TQT_SLOT(link()) ); |