hideBanner.rc
changeset 416 b97097ff3702
child 438 182b5f7c4fa7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hideBanner.rc	Wed Jan 26 16:48:32 2000 +0100
@@ -0,0 +1,15 @@
+"/
+"/ $Header$
+"/
+"/ MIMEType: application/x-smalltalk-source
+"/
+"/ if you dont like the splash banner at startup,
+"/ simply remove or rename the showBanner.rc file.
+"/
+
+|view|
+
+(view := Smalltalk at:#'__BannerView__') notNil ifTrue:[
+    view destroy
+].
+