changed: #documentation
authorClaus Gittinger <cg@exept.de>
Thu, 19 Jan 2012 15:21:33 +0100
changeset 4099 63975199f75b
parent 4098 98ff3ed9c62e
child 4100 a254e9726fc0
changed: #documentation
AssistantApplication.st
--- a/AssistantApplication.st	Thu Jan 19 13:19:40 2012 +0100
+++ b/AssistantApplication.st	Thu Jan 19 15:21:33 2012 +0100
@@ -22,6 +22,8 @@
     see stx:doc/coding:DemoAssistant for a demo example.
     see ProjectBuilderAssistantApplication for a concrete example.
 
+    caveat: shpuld have called this WizardApplication
+
     [author:]
         Claus Gittinger
 "
@@ -826,5 +828,5 @@
 !AssistantApplication class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/AssistantApplication.st,v 1.20 2010-11-16 15:26:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/AssistantApplication.st,v 1.21 2012-01-19 14:21:33 cg Exp $'
 ! !