From 5c63088d151561bcf3da0b1a5fbde34148dc522b Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Mon, 16 Apr 2001 22:03:28 +0000 Subject: [PATCH] - 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 --- workspace.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index 025921a0c3..3ce7fab557 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -1330,7 +1330,9 @@ QPopupMenu* Workspace::clientPopup( Client* c ) 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->insertSeparator();