DialogBox.st
changeset 2640 2672ec342e7e
parent 2637 1142eda23f83
child 2666 4e5cf41990d6
--- a/DialogBox.st	Fri Oct 18 18:49:01 2002 +0200
+++ b/DialogBox.st	Mon Oct 21 20:00:58 2002 +0200
@@ -1172,7 +1172,7 @@
 
     box := InfoBox title:aString.
     canCancel ifTrue:[
-        box okText:(ClassResources string:'Abort').
+        box okText:(self classResources string:'Abort').
     ] ifFalse:[
         box hideButtons.
     ].
@@ -7683,7 +7683,7 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.201 2002-10-17 15:24:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.202 2002-10-21 18:00:58 stefan Exp $'
 ! !
 
 DialogBox initialize!