comment
authorClaus Gittinger <cg@exept.de>
Sat, 28 Feb 2004 15:02:20 +0100
changeset 2667 bcaa8849c028
parent 2666 7f3c3d9ffe4b
child 2668 fa1ac72a7a8f
comment
DoWhatIMeanSupport.st
--- 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 $'
 ! !