SourceCodeManagerUtilities.st
changeset 1210 fe28b2c29812
parent 1207 c92756a85ee6
child 1245 1c6076979aa7
--- a/SourceCodeManagerUtilities.st	Tue Feb 25 12:48:24 2003 +0100
+++ b/SourceCodeManagerUtilities.st	Tue Feb 25 15:51:07 2003 +0100
@@ -239,7 +239,7 @@
                             YesToAllNotification queryWith:true.
                             box doAccept.
                          ].
-        (DialogBox styleSheet at:'dialogBox.okAtLeft') ifTrue:[
+        (DialogBox defaultOKButtonAtLeft) ifTrue:[
             box addButton:component after:nil.
         ] ifFalse:[
             box addButton:component before:nil.
@@ -251,7 +251,7 @@
                             box hide.
                             AbortAllSignal raiseSignal.
                          ].
-        (DialogBox styleSheet at:'dialogBox.okAtLeft') ifTrue:[
+        (DialogBox defaultOKButtonAtLeft) ifTrue:[
             box addButton:component before:nil.
         ] ifFalse:[
             box addButton:component after:nil.
@@ -2098,5 +2098,5 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.87 2003-02-17 10:23:38 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.88 2003-02-25 14:51:07 cg Exp $'
 ! !