Smalltalk.st
changeset 10649 82b327ec636d
parent 10646 39e8fbfed83c
child 10668 55f61908f7bd
--- a/Smalltalk.st	Thu Jul 05 20:50:04 2007 +0200
+++ b/Smalltalk.st	Wed Jul 11 10:39:27 2007 +0200
@@ -2904,6 +2904,8 @@
     "try to open a display connection.
      If so, also read display- and keyboard.rc"
 
+    'Smalltalk [info]: opening display...' infoPrintCR.
+
     Display isNil ifTrue:[
         Screen notNil ifTrue:[
             [
@@ -7009,5 +7011,5 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.830 2007-07-04 18:24:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.831 2007-07-11 08:39:27 cg Exp $'
 ! !