diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:43 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:43 -0500 |
commit | f9de4723c8975d13c4219ef9a5fa8c90b8a2cd42 (patch) | |
tree | ebf12dc42b5862f2c68602b1f6e50e5d58330813 /src/kbibtex_part.cpp | |
parent | 53f16f741a1fcffd3f2b6bfbef9bb492993a9bb4 (diff) | |
download | kbibtex-f9de4723c8975d13c4219ef9a5fa8c90b8a2cd42.tar.gz kbibtex-f9de4723c8975d13c4219ef9a5fa8c90b8a2cd42.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/kbibtex_part.cpp')
-rw-r--r-- | src/kbibtex_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); } |