display.rc
changeset 212 df657c69a60f
parent 209 22793de5d56e
child 213 ff75059590f4
--- 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