*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 28 Apr 1997 22:48:17 +0200
changeset 212 df657c69a60f
parent 211 6c2f70f5784a
child 213 ff75059590f4
*** empty log message ***
display.rc
--- a/display.rc	Wed Apr 23 00:33:29 1997 +0200
+++ b/display.rc	Mon Apr 28 22:48:17 1997 +0200
@@ -381,12 +381,11 @@
     type = 'os2' ifTrue:[
 	View defaultStyle:#'os2' 
     ].
-    (type = 'mswindows' or:[type = 'nt']) ifTrue:[
+    (type = 'mswindows' 
+    or:[type = 'nt'
+    or:[type = 'win95']]) ifTrue:[
 	View defaultStyle:#'mswindows' 
     ].
-    type = 'win95' ifTrue:[
-	View defaultStyle:#'mswindows3' 
-    ].
     View defaultStyle isNil ifTrue:[
 	Display hasGreyscales ifTrue:[
 	    View defaultStyle:#iris