diff -r 6c2f70f5784a -r df657c69a60f 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