diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:10:05 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:10:05 -0500 |
commit | aa8b192b5e9d0cd49e07e89fd0eaa567121ae1d3 (patch) | |
tree | 33c4e853e7520e62bba344641b0604e02afc9923 /twin | |
parent | ab197a37e3e362ae3980f5bdd9840b0e4703e370 (diff) | |
download | tdebase-aa8b192b5e9d0cd49e07e89fd0eaa567121ae1d3.tar.gz tdebase-aa8b192b5e9d0cd49e07e89fd0eaa567121ae1d3.zip |
Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
Diffstat (limited to 'twin')
-rw-r--r-- | twin/useractions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/useractions.cpp b/twin/useractions.cpp index 71bec42be..25a6f03b4 100644 --- a/twin/useractions.cpp +++ b/twin/useractions.cpp @@ -62,7 +62,7 @@ TQPopupMenu* Workspace::clientPopup() i18n("Keep &Above Others")+'\t'+keys->shortcut("Window Above Other Windows").seq(0).toString(), Options::KeepAboveOp ); 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" ), + advanced_popup->insertItem( SmallIconSet( "view-fullscreen" ), i18n("&Fullscreen")+'\t'+keys->shortcut("Window Fullscreen").seq(0).toString(), Options::FullScreenOp ); advanced_popup->insertItem( i18n("&No Border")+'\t'+keys->shortcut("Window No Border").seq(0).toString(), Options::NoBorderOp ); advanced_popup->insertItem( i18n("Shad&ow"), Options::ShadowOp ); |