From 064f8056e28239c0e08a6a5443447fbb2a7ecc9d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:14:55 -0500 Subject: Bring up, down, top, and bottom icons into XDG compliance --- twin/useractions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'twin') diff --git a/twin/useractions.cpp b/twin/useractions.cpp index e78652918..fbf1be558 100644 --- a/twin/useractions.cpp +++ b/twin/useractions.cpp @@ -58,9 +58,9 @@ TQPopupMenu* Workspace::clientPopup() advanced_popup->setCheckable( TRUE ); advanced_popup->setFont(TDEGlobalSettings::menuFont()); connect( advanced_popup, TQT_SIGNAL( activated(int) ), this, TQT_SLOT( clientPopupActivated(int) ) ); - advanced_popup->insertItem( SmallIconSet( "up" ), + advanced_popup->insertItem( SmallIconSet( "go-up" ), i18n("Keep &Above Others")+'\t'+keys->shortcut("Window Above Other Windows").seq(0).toString(), Options::KeepAboveOp ); - advanced_popup->insertItem( SmallIconSet( "down" ), + advanced_popup->insertItem( SmallIconSet( "go-down" ), i18n("Keep &Below Others")+'\t'+keys->shortcut("Window Below Other Windows").seq(0).toString(), Options::KeepBelowOp ); advanced_popup->insertItem( SmallIconSet( "window_fullscreen" ), i18n("&Fullscreen")+'\t'+keys->shortcut("Window Fullscreen").seq(0).toString(), Options::FullScreenOp ); -- cgit v1.2.1