From cacd4e8000df02770e944dfed1070bb0f80c6f65 Mon Sep 17 00:00:00 2001 From: Nicolas Goutte Date: Sat, 31 Mar 2007 21:40:43 +0000 Subject: [PATCH] SVN_SILENT: xgettext does not like to have unbalanced quotes in a #warning svn path=/trunk/KDE/kdebase/workspace/; revision=648646 --- 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 be017994f3..3e2de0e453 100644 --- a/kcmkwin/kwinrules/ruleswidget.cpp +++ b/kcmkwin/kwinrules/ruleswidget.cpp @@ -681,7 +681,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());