From 1b845504f0861baf5b1448708fd28610b1a5954f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burkhard=20L=C3=BCck?= Date: Mon, 23 Nov 2009 16:22:55 +0000 Subject: [PATCH] fix wrong what'sthis text svn path=/trunk/KDE/kdebase/workspace/; revision=1053203 --- kcmkwin/kwindecoration/kwindecoration.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kcmkwin/kwindecoration/kwindecoration.cpp b/kcmkwin/kwindecoration/kwindecoration.cpp index 4b17d560b1..40055b626c 100644 --- a/kcmkwin/kwindecoration/kwindecoration.cpp +++ b/kcmkwin/kwindecoration/kwindecoration.cpp @@ -603,9 +603,9 @@ QString KWinDecorationModule::quickHelp() const "as well as titlebar button positions and custom decoration options.

" "To choose a theme for your window decoration click on its name and apply your choice by clicking the \"Apply\" button below." " If you do not want to apply your choice you can click the \"Reset\" button to discard your changes." - "

You can configure each theme in the \"Configure [...]\" tab. There are different options specific for each theme.

" - "

In \"General Options (if available)\" you can activate the \"Buttons\" tab by checking the \"Use custom titlebar button positions\" box." - " In the \"Buttons\" tab you can change the positions of the buttons to your liking.

" ); + "

You can configure each theme. There are different options specific for each theme.

" + "

On the \"Buttons\" tab check the \"Use custom titlebar button positions\" box " + "and you can change the positions of the buttons to your liking.

" ); } #include "kwindecoration.moc"