StandaloneStartup.st
changeset 20672 58a88281c355
parent 20670 5a948d181ab6
child 20727 fb8c5591428b
child 21343 278a19335e92
--- a/StandaloneStartup.st	Fri Oct 14 21:33:52 2016 +0200
+++ b/StandaloneStartup.st	Fri Oct 14 21:34:10 2016 +0200
@@ -49,7 +49,7 @@
     In contrast, when a standAlone app is linked, 
     the show starts in the startup class's start method.
 
-    This class is a subclassable template class for a standalone GUI-application's startup.
+    This class is an abstrat, subclassable template for a standalone GUI-application's startup.
 
     For your own stand alone programs, define a subclass of this, 
     and redefine the #main: method there.