YesNoBox.st
changeset 2785 ac6eb18aa58e
parent 2698 cca702636705
child 2786 06de7ca4b263
--- a/YesNoBox.st	Thu Aug 14 18:39:22 2003 +0200
+++ b/YesNoBox.st	Mon Aug 18 19:13:54 2003 +0200
@@ -185,7 +185,7 @@
     |img imgFileName|
 
     RequestBitmap isNil ifTrue:[
-        img := StyleSheet at:'requestBox.icon'.
+        img := self styleSheet at:'requestBox.icon'.
         img notNil ifTrue:[
             RequestBitmap := img
         ] ifFalse:[
@@ -328,5 +328,5 @@
 !YesNoBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.50 2003-02-25 15:00:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.51 2003-08-18 17:13:39 cg Exp $'
 ! !