StandaloneStartup.st
changeset 14048 1415c57fee46
parent 13796 b163498d6e17
child 14321 783b5c28f912
--- a/StandaloneStartup.st	Tue Mar 06 15:47:11 2012 +0100
+++ b/StandaloneStartup.st	Tue Mar 06 16:26:54 2012 +0100
@@ -383,7 +383,6 @@
 
 allowDebugOption
     "enable/disable the --debug startup option.
-     The default is now false, so standAlone apps are closed by default.
      Can be redefined in subclasses to enable it"
 
     ^ false
@@ -391,7 +390,6 @@
 
 allowScriptingOption
     "enable/disable the --scripting startup option.
-     The default is now false, so standAlone apps are closed by default.
      Can be redefined in subclasses to enable it"
 
     ^ false
@@ -1154,11 +1152,11 @@
 !StandaloneStartup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.67 2011-10-25 09:59:14 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.68 2012-03-06 15:26:54 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.67 2011-10-25 09:59:14 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.68 2012-03-06 15:26:54 stefan Exp $'
 ! !
 
 StandaloneStartup initialize!