*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 20 Jun 2002 16:41:50 +0200
changeset 491 71ecb2b5851a
parent 490 f73438a9350d
child 492 26708ef0fd29
*** empty log message ***
smalltalk.rc
--- 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:[