checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 25 Feb 2003 15:48:28 +0100
changeset 2697 62d6c6b7a2a2
parent 2696 c5da3be02d8c
child 2698 cca702636705
checkin from browser
EnterBox2.st
--- a/EnterBox2.st	Tue Feb 25 15:47:58 2003 +0100
+++ b/EnterBox2.st	Tue Feb 25 15:48:28 2003 +0100
@@ -116,7 +116,7 @@
      add a second ok-button (a return button)
     "
     okButton2 := Button okButton.
-    (styleSheet at:'dialogBox.okAtLeft' default:false) ifTrue:[
+    DialogBox defaultOKButtonAtLeft ifTrue:[
         buttonPanel addSubView:okButton2 before:okButton.
     ] ifFalse:[
         buttonPanel addSubView:okButton2 after:okButton.
@@ -158,5 +158,5 @@
 !EnterBox2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EnterBox2.st,v 1.22 2001-10-18 16:49:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EnterBox2.st,v 1.23 2003-02-25 14:48:28 cg Exp $'
 ! !