summaryrefslogtreecommitdiffstats
path: root/src/gvcore/fileoperation.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:42 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:42 -0500
commit6ae9931c042a26c2b75b729eeeabd74e8519b1c3 (patch)
tree9033709c03f7e2da7aae986452133bf8132c327f /src/gvcore/fileoperation.cpp
parent3118190af4a61e2af2f6f2b6e75d82b3a0a4e22b (diff)
downloadgwenview-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.cpp2
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()) );