DoWhatIMeanSupport.st
changeset 2667 bcaa8849c028
parent 2661 f68913f2facf
child 2774 82e1d84243f4
--- a/DoWhatIMeanSupport.st	Fri Feb 27 18:24:31 2004 +0100
+++ b/DoWhatIMeanSupport.st	Sat Feb 28 15:02:20 2004 +0100
@@ -38,7 +38,8 @@
 documentation
 "
     misc collected UI support (functional)
-
+    This used to be in the Smalltalk class; however, it is only needed
+    for programmers. Therefore not needed for standalone executables.
 
     [author:]
         Claus Gittinger (cg@exept.de)
@@ -715,5 +716,5 @@
 !DoWhatIMeanSupport class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.15 2004-02-26 18:49:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.16 2004-02-28 14:02:20 cg Exp $'
 ! !