diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:50 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:50 -0500 |
commit | bfecdb99e02d370a6eb7b909f515badb5b95ebba (patch) | |
tree | b61785ddf0f5ddca9dda6020b655b73324f432ce /plugins | |
parent | db9ddf01908e1f6ebf9cfd4c5503b88185863f98 (diff) | |
download | ktorrent-bfecdb99e02d370a6eb7b909f515badb5b95ebba.tar.gz ktorrent-bfecdb99e02d370a6eb7b909f515badb5b95ebba.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 'plugins')
-rw-r--r-- | plugins/infowidget/fileview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infowidget/fileview.cpp b/plugins/infowidget/fileview.cpp index c0e9d72..c7bd470 100644 --- a/plugins/infowidget/fileview.cpp +++ b/plugins/infowidget/fileview.cpp @@ -52,7 +52,7 @@ namespace kt setShowSortIndicator(true); context_menu = new TDEPopupMenu(this); - preview_id = context_menu->insertItem(SmallIcon("fileopen"),i18n("Open")); + preview_id = context_menu->insertItem(SmallIcon("document-open"),i18n("Open")); context_menu->insertSeparator(); first_id = context_menu->insertItem(i18n("Download First")); normal_id = context_menu->insertItem(i18n("Download Normally")); |