*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 17 Feb 2000 13:23:43 +0100
changeset 433 19c1315698b2
parent 432 cc53b5447d56
child 434 f073cdbe422f
*** empty log message ***
showBanner.rc
--- a/showBanner.rc	Tue Feb 15 10:36:08 2000 +0100
+++ b/showBanner.rc	Thu Feb 17 13:23:43 2000 +0100
@@ -46,7 +46,7 @@
 
     img := Image fromFile:imgFileName.
     img notNil ifTrue:[
-	('showBanner.rc [info]: launch splash screen banner.') infoPrintCR.
+	"/ ('showBanner.rc [info]: launch splash screen banner.') infoPrintCR.
 	"/ remember the bannerView - will be destroyed by
 	"/ the hideBanner script.
 	Smalltalk at:#'__BannerView__' put:(view := PopUpBanner forImage:img).