From eae55b938c9f36cd2e7ad8276392780ebb475a98 Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Thu, 15 Aug 2002 16:18:23 +0000 Subject: [PATCH] CVS_SILENT Style guide fix, use "cvslastchange" or X-WebCVS header line to view svn path=/trunk/kdebase/kwin/; revision=172126 --- clients/icewm/config/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/icewm/config/config.cpp b/clients/icewm/config/config.cpp index 20c4072bde..11c5479fe5 100644 --- a/clients/icewm/config/config.cpp +++ b/clients/icewm/config/config.cpp @@ -76,7 +76,7 @@ IceWMConfig::IceWMConfig( KConfig* conf, QWidget* parent ) urlLabel = new KURLLabel( parent ); urlLabel->setText( - i18n("Open Konqueror Window at KDE's IceWM theme directory") ); + i18n("Open Konqueror window at KDE's IceWM theme directory") ); gb2 = new QGroupBox( 1, Qt::Horizontal, i18n("IceWM Decoration Settings"), parent );