WarningBox.st
changeset 109 0f014b33eba2
parent 107 97932154b0fd
child 174 d80a6cc3f9b2
--- a/WarningBox.st	Mon Mar 20 12:49:23 1995 +0100
+++ b/WarningBox.st	Mon Mar 20 12:52:08 1995 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.8 1995-03-20 11:45:30 claus Exp $
+$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.9 1995-03-20 11:52:01 claus Exp $
 '!
 
 !WarningBox class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.8 1995-03-20 11:45:30 claus Exp $
+$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.9 1995-03-20 11:52:01 claus Exp $
 "
 !
 
@@ -110,7 +110,7 @@
     "return the bitmap shown as icon in my instances"
 
     WarnBitmap isNil ifTrue:[
-	WarnBitmap := Image fromFile:'bitmaps/Warning.xbm'
+	WarnBitmap := Image fromFile:'bitmaps/Warning.xbm'.
 	WarnBitmap notNil ifTrue:[
 	    WarnBitmap := WarnBitmap on:Display
 	]