From 1634104eda7170218612217894c6894b20c18ff1 Mon Sep 17 00:00:00 2001 From: Malcolm Hunter Date: Wed, 23 Jan 2002 02:32:52 +0000 Subject: [PATCH] CVS_SILENT Removed extra space after full-stop svn path=/trunk/kdebase/kcontrol/; revision=133243 --- kcmkwin/kwinoptions/main.cpp | 2 +- kcmkwin/kwinoptions/windows.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kcmkwin/kwinoptions/main.cpp b/kcmkwin/kwinoptions/main.cpp index 89f30332c9..724c4809d8 100644 --- a/kcmkwin/kwinoptions/main.cpp +++ b/kcmkwin/kwinoptions/main.cpp @@ -109,7 +109,7 @@ QString KWinOptions::quickHelp() const { return i18n("

Window Behavior

Here you can customize the way windows behave when being" " moved, resized or clicked on. You can also specify a focus policy as well as a placement" - " policy for new windows. " + " policy for new windows." "

Please note that this configuration will not take effect if you don't use" " KWin as your window manager. If you do use a different window manager, please refer to its documentation" " for how to customize window behavior."); diff --git a/kcmkwin/kwinoptions/windows.cpp b/kcmkwin/kwinoptions/windows.cpp index 47f0d0d78b..bb065d15f1 100644 --- a/kcmkwin/kwinoptions/windows.cpp +++ b/kcmkwin/kwinoptions/windows.cpp @@ -139,7 +139,7 @@ KFocusConfig::KFocusConfig (KConfig *_config, QWidget * parent, const char *name " that was under the mouse has focus. " "

  • Focus strictly under mouse: This is even worse than" " 'Focus under mouse'. Only the window under the mouse pointer is" - " active. If the mouse points nowhere, nothing has focus. " + " active. If the mouse points nowhere, nothing has focus." " " " Note that 'Focus under mouse' and 'Focus strictly under mouse' are not" " particularly useful. They are only provided for old-fashioned"