summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:10 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:10 -0500
commita7faafba92a63eab8f4347010dca33c7d0dffc44 (patch)
tree0ef326c2191ab0bb5e9194713d4046b828d895c4
parent37b536d8c93febcb697f63d45e3fd0d917a10f0e (diff)
downloadkrename-a7faafba92a63eab8f4347010dca33c7d0dffc44.tar.gz
krename-a7faafba92a63eab8f4347010dca33c7d0dffc44.zip
Fix exec icon location and bring it into XDG compliancer14.0.0
-rw-r--r--krename/kmylistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/kmylistview.cpp b/krename/kmylistview.cpp
index 299d05c..ce683d2 100644
--- a/krename/kmylistview.cpp
+++ b/krename/kmylistview.cpp
@@ -80,7 +80,7 @@ void KMyListView::showContext( TQListViewItem* item, const TQPoint& pos, int )
menu->insertTitle( list->text( itemIndex( item ) ), 0, 0 );
menu->insertItem( i18n("&Change Filename Manually"), this, TQT_SLOT( changeCurrentItem() ), Key_F2 );
menu->insertSeparator();
- menu->insertItem( BarIcon("exec"), i18n("Open"), this, TQT_SLOT( openCurrent() ) );
+ menu->insertItem( BarIcon("application-x-executable"), i18n("Open"), this, TQT_SLOT( openCurrent() ) );
menu->insertSeparator();
}
menu->insertItem( BarIcon("document-open"), i18n("&Add..."), this, TQT_SLOT( addFiles() ) );