#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 26 Jan 2018 07:42:09 +0100
changeset 6278 76787fe7856f
parent 6277 e14754b0b33c
child 6280 6db292aae07d
#REFACTORING by cg class: DialogBox class changed: #defaultOKButtonAtLeft (send #enforcedPositionOfOKButtonInDialogs instead of #enforcedOKPositionInDialogs)
DialogBox.st
--- 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)