Fix exec icon location and bring it into XDG compliance

pull/1/head r14.0.0
Timothy Pearson 10 years ago
parent 37b536d8c9
commit a7faafba92

@ -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() ) );

Loading…
Cancel
Save