changed: #documentation
authorClaus Gittinger <cg@exept.de>
Thu, 22 Oct 2009 21:07:43 +0200
changeset 12335 af9a7bc14d6a
parent 12334 21860831a49e
child 12336 7610de9a7e4b
changed: #documentation
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!