YesNoBox.st
changeset 2074 24e9d7beed2b
parent 2064 e0623ca625d6
child 2304 c96b6b899023
--- a/YesNoBox.st	Thu Dec 09 12:10:41 1999 +0100
+++ b/YesNoBox.st	Thu Dec 09 12:11:05 1999 +0100
@@ -176,7 +176,7 @@
             RequestBitmap := img
         ] ifFalse:[
             imgFileName := StyleSheet at:'requestBox.iconFile' default:'bitmaps/Request.xbm'.
-            RequestBitmap := Smalltalk bitmapFromFileNamed:imgFileName forClass:self.
+            RequestBitmap := Smalltalk imageFromFileNamed:imgFileName forClass:self.
         ].
         RequestBitmap notNil ifTrue:[
             RequestBitmap := RequestBitmap onDevice:Display
@@ -428,5 +428,5 @@
 !YesNoBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.43 1999-12-01 20:39:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.44 1999-12-09 11:10:11 cg Exp $'
 ! !