# HG changeset patch # User Claus Gittinger # Date 1326982893 -3600 # Node ID 63975199f75b4cdab382d08476d8fc41834097a1 # Parent 98ff3ed9c62e8771bda070ada53966673576a57c changed: #documentation diff -r 98ff3ed9c62e -r 63975199f75b 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 $' ! !