summaryrefslogtreecommitdiffstats
path: root/src/gvcore/fileoperation.cpp
diff options
context:
space:
mode:
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()) );