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
This commit is contained in:
Luboš Luňák 2007-04-30 12:31:56 +00:00
parent 504928294a
commit d7f9ad2bde

View file

@ -680,7 +680,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());