StandaloneStartup.st
changeset 18180 177321c514a9
parent 18179 8b63ebabc699
child 18192 32a7c53ef4d0
child 18525 6b76f94a31ae
equal deleted inserted replaced
18179:8b63ebabc699 18180:177321c514a9
   428 
   428 
   429     "Created: / 01-02-2011 / 15:52:47 / cg"
   429     "Created: / 01-02-2011 / 15:52:47 / cg"
   430 !
   430 !
   431 
   431 
   432 verboseInfo:msg
   432 verboseInfo:msg
   433     Verbose == true ifFalse:[^ self].
   433     Verbose == true ifTrue:[
   434     self printInfo:msg
   434         self printInfo:msg
       
   435     ]
   435 
   436 
   436     "Modified: / 19-09-2006 / 16:30:27 / cg"
   437     "Modified: / 19-09-2006 / 16:30:27 / cg"
   437 ! !
   438 ! !
   438 
   439 
   439 
   440 
  1218 ! !
  1219 ! !
  1219 
  1220 
  1220 !StandaloneStartup class methodsFor:'documentation'!
  1221 !StandaloneStartup class methodsFor:'documentation'!
  1221 
  1222 
  1222 version
  1223 version
  1223     ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.90 2015-03-28 15:57:57 cg Exp $'
  1224     ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.91 2015-03-29 01:07:59 cg Exp $'
  1224 !
  1225 !
  1225 
  1226 
  1226 version_CVS
  1227 version_CVS
  1227     ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.90 2015-03-28 15:57:57 cg Exp $'
  1228     ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.91 2015-03-29 01:07:59 cg Exp $'
  1228 ! !
  1229 ! !
  1229 
  1230 
  1230 
  1231 
  1231 StandaloneStartup initialize!
  1232 StandaloneStartup initialize!