From d7f9ad2bde805bd5d229cf203b07310c39994214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 30 Apr 2007 12:31:56 +0000 Subject: [PATCH] Merging from old trunk: r648646 | goutte | 2007-03-31 23:40:43 +0200 (Sat, 31 Mar 2007) | 2 lines SVN_SILENT: xgettext does not like to have unbalanced quotes in a #warning svn path=/trunk/KDE/kdebase/workspace/; revision=659573 --- kcmkwin/kwinrules/ruleswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwinrules/ruleswidget.cpp b/kcmkwin/kwinrules/ruleswidget.cpp index fe4bab6b3e..f6d2a47129 100644 --- a/kcmkwin/kwinrules/ruleswidget.cpp +++ b/kcmkwin/kwinrules/ruleswidget.cpp @@ -680,7 +680,7 @@ void RulesWidget::prepareWindowSpecific( WId window ) void RulesWidget::shortcutEditClicked() { #ifdef __GNUC__ -#warning KShortcutDialog is gone, and it's a good opportunity to clean up here +#warning KShortcutDialog is gone, and it is a good opportunity to clean up here #endif #if 0 EditShortcutDialog dlg( topLevelWidget());