*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 15 May 2003 19:59:12 +0200
changeset 3889 2a57ed08e15f
parent 3888 1e06f949dc58
child 3890 8428ce72d4a7
*** empty log message ***
SimpleView.st
--- a/SimpleView.st	Wed May 07 20:57:25 2003 +0200
+++ b/SimpleView.st	Thu May 15 19:59:12 2003 +0200
@@ -1065,7 +1065,7 @@
 	    StyleSheet := ViewStyle fromFile:(DefaultStyle , '.style').
         
 	    StyleSheet fileReadFailed ifTrue:[
-		'SimpleView [warning]: not even a styleSheet for normal-style (using defaults).' errorPrintCR.
+		'SimpleView [warning]: not even a styleSheet for normal-style (using ugly defaults).' errorPrintCR.
 	    ]
 	]
     ].
@@ -9367,7 +9367,7 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.472 2003-05-07 14:30:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.473 2003-05-15 17:59:12 cg Exp $'
 ! !
 
 SimpleView initialize!