From kde-commits Sat Mar 31 21:40:48 2007 From: Nicolas Goutte Date: Sat, 31 Mar 2007 21:40:48 +0000 To: kde-commits Subject: KDE/kdebase/workspace/kwin/kcmkwin/kwinrules (silent) Message-Id: <1175377248.382952.22241.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117537712513298 SVN commit 648646 by goutte: SVN_SILENT: xgettext does not like to have unbalanced quotes in a #warning M +1 -1 ruleswidget.cpp --- trunk/KDE/kdebase/workspace/kwin/kcmkwin/kwinrules/ruleswidget.cpp #648645:648646 @@ -681,7 +681,7 @@ 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());