SVN_SILENT: xgettext does not like to have unbalanced quotes in a #warning

svn path=/trunk/KDE/kdebase/workspace/; revision=648646
This commit is contained in:
Nicolas Goutte 2007-03-31 21:40:43 +00:00
parent ee217245fb
commit cacd4e8000

View file

@ -681,7 +681,7 @@ void RulesWidget::prepareWindowSpecific( WId window )
void RulesWidget::shortcutEditClicked() void RulesWidget::shortcutEditClicked()
{ {
#ifdef __GNUC__ #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 #endif
#if 0 #if 0
EditShortcutDialog dlg( topLevelWidget()); EditShortcutDialog dlg( topLevelWidget());