From 50b6f1f60f14994ff4c520abd1b748c780f8572d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 14:24:26 -0500 Subject: Fix exec icon location and bring it into XDG compliance --- twin/useractions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin') diff --git a/twin/useractions.cpp b/twin/useractions.cpp index 25a6f03b4..85e76e4cd 100644 --- a/twin/useractions.cpp +++ b/twin/useractions.cpp @@ -70,7 +70,7 @@ TQPopupMenu* Workspace::clientPopup() i18n("Window &Shortcut...")+'\t'+keys->shortcut("Setup Window Shortcut").seq(0).toString(), Options::SetupWindowShortcutOp ); advanced_popup->insertSeparator(); advanced_popup->insertItem( SmallIconSet( "suspend" ), i18n("&Suspend Application"), Options::SuspendWindowOp ); - advanced_popup->insertItem( SmallIconSet( "exec" ), i18n("&Resume Application"), Options::ResumeWindowOp ); + advanced_popup->insertItem( SmallIconSet( "application-x-executable" ), i18n("&Resume Application"), Options::ResumeWindowOp ); advanced_popup->insertSeparator(); advanced_popup->insertItem( SmallIconSet( "wizard" ), i18n("&Special Window Settings..."), Options::WindowRulesOp ); advanced_popup->insertItem( SmallIconSet( "wizard" ), i18n("&Special Application Settings..."), Options::ApplicationRulesOp ); -- cgit v1.2.3