diff -r e14754b0b33c -r 76787fe7856f 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)