changed: #documentation
authorClaus Gittinger <cg@exept.de>
Thu, 19 Jan 2012 15:21:46 +0100
changeset 4100 a254e9726fc0
parent 4099 63975199f75b
child 4101 675d38e2ad1e
changed: #documentation
AssistantApplication.st
--- a/AssistantApplication.st	Thu Jan 19 15:21:33 2012 +0100
+++ b/AssistantApplication.st	Thu Jan 19 15:21:46 2012 +0100
@@ -22,7 +22,7 @@
     see stx:doc/coding:DemoAssistant for a demo example.
     see ProjectBuilderAssistantApplication for a concrete example.
 
-    caveat: shpuld have called this WizardApplication
+    caveat: should have called this WizardApplication
 
     [author:]
         Claus Gittinger
@@ -827,6 +827,10 @@
 
 !AssistantApplication class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libwidg2/AssistantApplication.st,v 1.22 2012-01-19 14:21:46 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/AssistantApplication.st,v 1.21 2012-01-19 14:21:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/AssistantApplication.st,v 1.22 2012-01-19 14:21:46 cg Exp $'
 ! !