Corrected typographical errors
svn path=/trunk/kdebase/kwin/; revision=167137
This commit is contained in:
parent
0cdb8f39f6
commit
dcbee9a27b
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ KMovingConfig::KMovingConfig (KConfig *_config, QWidget *parent, const char *)
|
|||
placementCombo->insertItem(i18n("Cascade"), CASCADE_PLACEMENT);
|
||||
placementCombo->insertItem(i18n("Random"), RANDOM_PLACEMENT);
|
||||
placementCombo->insertItem(i18n("Centered"), CENTERED_PLACEMENT);
|
||||
placementCombo->insertItem(i18n("ZeroCornered"), ZEROCORNERED_PLACEMENT);
|
||||
placementCombo->insertItem(i18n("Zero-Cornered"), ZEROCORNERED_PLACEMENT);
|
||||
// CT: disabling is needed as long as functionality misses in kwin
|
||||
//placementCombo->insertItem(i18n("Interactive"), INTERACTIVE_PLACEMENT);
|
||||
//placementCombo->insertItem(i18n("Manual"), MANUAL_PLACEMENT);
|
||||
|
|
Loading…
Reference in a new issue