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:
parent
ee217245fb
commit
cacd4e8000
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
|
|
Loading…
Reference in a new issue