*** empty log message ***
authorStefan Vogel <sv@exept.de>
Thu, 05 Aug 2010 16:42:39 +0200
changeset 1110 349db8c686eb
parent 1109 9fb183f4c9af
child 1111 a139aac9c633
*** empty log message ***
display.rc
--- a/display.rc	Mon Aug 02 11:18:18 2010 +0200
+++ b/display.rc	Thu Aug 05 16:42:39 2010 +0200
@@ -489,9 +489,6 @@
 View defaultStyle isNil ifTrue:[
     style := #mswindowsXP.
     type := OperatingSystem getSystemType.
-    type = 'sunos' ifTrue:[
-	style := #mswindowsXP
-    ].
     type = 'next' ifTrue:[
 	style := #next
     ].
@@ -502,10 +499,7 @@
 	style := #os2
     ].
     type = 'win32' ifTrue:[
-	(OperatingSystem getSystemInfo at:#'system') = 'xp' ifTrue:[
-	    style := #mswindowsXP
-	].
-	(OperatingSystem getSystemInfo at:#'system') = 'vista' ifTrue:[
+	(OperatingSystem isVistaLike) ifTrue:[
 	    style := #mswindowsVista
 	].
     ].