CVS_SILENT style guide fixes

svn path=/trunk/kdebase/kwin/; revision=262402
This commit is contained in:
Stephan Binner 2003-10-27 09:51:27 +00:00
parent b7adc9ecab
commit c07ab48f67

View file

@ -75,7 +75,7 @@
0, 0, slotWindowShrinkVertical() );
keys->insert( "Group:Window Desktop", i18n("Window & Desktop") );
DEF2( "Window On All Desktops", I18N_NOOP("Keep Window On All Desktops"),
DEF2( "Window On All Desktops", I18N_NOOP("Keep Window on All Desktops"),
0, 0, slotWindowOnAllDesktops() );
DEF( I18N_NOOP("Window to Desktop 1"), 0, WIN+ALT+Qt::Key_F1, slotWindowToDesktop(int) );
DEF( I18N_NOOP("Window to Desktop 2"), 0, WIN+ALT+Qt::Key_F2, slotWindowToDesktop(int) );