summaryrefslogtreecommitdiffstats
path: root/twin
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:14:55 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:14:55 -0500
commit064f8056e28239c0e08a6a5443447fbb2a7ecc9d (patch)
tree75b6bec2155d32a0b5e1243b6cb41c0281a18bf5 /twin
parent794af5ed134375d4f12843510a491ba20b94a7f2 (diff)
downloadtdebase-064f8056e28239c0e08a6a5443447fbb2a7ecc9d.tar.gz
tdebase-064f8056e28239c0e08a6a5443447fbb2a7ecc9d.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'twin')
-rw-r--r--twin/useractions.cpp4
1 files changed, 2 insertions, 2 deletions
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 );