From 6ae9931c042a26c2b75b729eeeabd74e8519b1c3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:42 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- src/gvcore/fileoperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/fileoperation.cpp') 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()) ); -- cgit v1.2.1