From f9de4723c8975d13c4219ef9a5fa8c90b8a2cd42 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:43 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- src/kbibtex_part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kbibtex_part.cpp') diff --git a/src/kbibtex_part.cpp b/src/kbibtex_part.cpp index d41fcb8..e41ecb5 100644 --- a/src/kbibtex_part.cpp +++ b/src/kbibtex_part.cpp @@ -534,7 +534,7 @@ void KBibTeXPart::setupActions() actionCollection() ->setHighlightingEnabled( true ); - TDEActionMenu *acmElementNew = new TDEActionMenu( i18n( "&New" ), TQIconSet( SmallIcon( "filenew" ) ), actionCollection(), "element_new" ); + TDEActionMenu *acmElementNew = new TDEActionMenu( i18n( "&New" ), TQIconSet( SmallIcon( "document-new" ) ), actionCollection(), "element_new" ); acmElementNew->setToolTip( i18n( "Add a new element to this BibTeX document" ) ); acmElementNew->setEnabled( FALSE ); } -- cgit v1.2.1