*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 21 Nov 1995 10:14:45 +0100
changeset 186 4980d43818e5
parent 185 8ec491159c3e
child 187 781f0c88e196
*** empty log message ***
AboutBox.st
--- a/AboutBox.st	Mon Nov 20 15:54:45 1995 +0100
+++ b/AboutBox.st	Tue Nov 21 10:14:45 1995 +0100
@@ -22,7 +22,7 @@
 !AboutBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.10 1995-11-16 19:04:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.11 1995-11-21 09:14:45 cg Exp $'
 !
 
 documentation
@@ -68,10 +68,11 @@
 
     |distributor|
 
-    distributor := Smalltalk distributorString.
-    distributor notEmpty ifTrue:[
-	distributor := 'Distributed by: ' , distributor
-    ].
+    distributor := ''.
+"/    distributor := Smalltalk distributorString.
+"/    distributor notEmpty ifTrue:[
+"/        distributor := 'Distributed by: ' , distributor
+"/    ].
 
     ^
 'SmallTalk/X