# HG changeset patch # User Claus Gittinger # Date 1256238463 -7200 # Node ID af9a7bc14d6a22b56545714729248ed36aba75f1 # Parent 21860831a49ec05be4a8aea427d88cc3fe1b17ae changed: #documentation diff -r 21860831a49e -r af9a7bc14d6a StandaloneStartup.st --- a/StandaloneStartup.st Thu Oct 22 19:47:05 2009 +0200 +++ b/StandaloneStartup.st Thu Oct 22 21:07:43 2009 +0200 @@ -45,7 +45,7 @@ " a subclassable template class for a standalone GUI-application's startup; For your own stand alone programs, define a subclass of this, - and redefine the #main method there. + and redefine the #main: method there. (of course, the other methods can also be redefined.) [author:] @@ -670,7 +670,11 @@ !StandaloneStartup class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.38 2009-07-27 09:31:39 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.39 2009-10-22 19:07:43 cg Exp $' +! + +version_CVS + ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.39 2009-10-22 19:07:43 cg Exp $' ! ! StandaloneStartup initialize!