smalltalk.rc
changeset 491 71ecb2b5851a
parent 489 b055480c567d
child 492 26708ef0fd29
--- a/smalltalk.rc	Tue May 21 14:10:42 2002 +0200
+++ b/smalltalk.rc	Thu Jun 20 16:41:50 2002 +0200
@@ -196,13 +196,14 @@
 ].
 Class catchMethodRedefinitions:prevCatchSetting.
 
+Screen printCR.
 
 openDisplay ifTrue:[
     "/ open the graphical display
     [
 	Screen openDefaultDisplay:nil.
     ] on:Screen deviceOpenErrorSignal do:[:ex|
-	('smalltalk.rc [warning]: No Display connection to: ', ex parameter) errorPrintCR.
+	('smalltalk.rc [warning]: No Display connection to: ', ex parameter printString) errorPrintCR.
 	'smalltalk.rc [info]: Either set the DISPLAY environment variable,' infoPrintCR.
 	'smalltalk.rc [info]: or start smalltalk with a -display argument.' infoPrintCR.
 	Smalltalk isStandAloneApp ifFalse:[