GUI:
CT: close bug:40009 svn path=/trunk/kdebase/kwin/; revision=147552
This commit is contained in:
parent
d343b3a1a3
commit
e104c57e6a
1 changed files with 1 additions and 1 deletions
|
@ -1616,7 +1616,7 @@ QPopupMenu* Workspace::clientPopup( Client* c )
|
||||||
|
|
||||||
popup->insertSeparator();
|
popup->insertSeparator();
|
||||||
|
|
||||||
popup->insertItem(SmallIconSet( "configure" ), i18n("&Configure..."), this, SLOT( configureWM() ));
|
popup->insertItem(SmallIconSet( "configure" ), i18n("Configur&e..."), this, SLOT( configureWM() ));
|
||||||
popup->insertItem(i18n("&To Desktop"), desk_popup );
|
popup->insertItem(i18n("&To Desktop"), desk_popup );
|
||||||
|
|
||||||
popup->insertSeparator();
|
popup->insertSeparator();
|
||||||
|
|
Loading…
Reference in a new issue