DialogBox.st
changeset 6278 76787fe7856f
parent 6277 e14754b0b33c
child 6287 b2679d7727e8
--- a/DialogBox.st	Fri Jan 26 07:36:50 2018 +0100
+++ b/DialogBox.st	Fri Jan 26 07:42:09 2018 +0100
@@ -6560,7 +6560,7 @@
 
     |enforced|
 
-    (enforced := UserPreferences current enforcedOKPositionInDialogs) notNil ifTrue:[
+    (enforced := UserPreferences current enforcedPositionOfOKButtonInDialogs) notNil ifTrue:[
         ^ enforced == #left
     ].
     ^ (StyleSheet at:'dialogBox.okAtLeft' default:false)