- popup->insertItem(i18n("&Decoration"), deco );
+ // danimo: Tackat says: use kcontrol! + // Will remove the stuff behind later + // popup->insertItem(i18n("&Decoration"), deco ); svn path=/trunk/kdebase/kwin/; revision=92401
This commit is contained in:
parent
a7d491a8b4
commit
5c63088d15
1 changed files with 3 additions and 1 deletions
|
@ -1330,7 +1330,9 @@ QPopupMenu* Workspace::clientPopup( Client* c )
|
||||||
|
|
||||||
popup->insertSeparator();
|
popup->insertSeparator();
|
||||||
|
|
||||||
popup->insertItem(i18n("&Decoration"), deco );
|
// danimo: Tackat says: use kcontrol!
|
||||||
|
// Will remove the stuff behind later
|
||||||
|
// popup->insertItem(i18n("&Decoration"), deco );
|
||||||
popup->insertItem(i18n("&To desktop"), desk_popup );
|
popup->insertItem(i18n("&To desktop"), desk_popup );
|
||||||
|
|
||||||
popup->insertSeparator();
|
popup->insertSeparator();
|
||||||
|
|
Loading…
Reference in a new issue