*** empty log message *** expecco_1_7_2rc1
authorClaus Gittinger <cg@exept.de>
Sun, 25 Oct 2009 02:44:11 +0200
changeset 1075 36fab0d1d4fc
parent 1074 33b6c341e63a
child 1076 2d6b2399e42c
*** empty log message ***
display.rc
--- a/display.rc	Fri Oct 23 11:05:36 2009 +0200
+++ b/display.rc	Sun Oct 25 02:44:11 2009 +0200
@@ -504,7 +504,10 @@
     type = 'win32' ifTrue:[
 	(OperatingSystem getSystemInfo at:#'system') = 'xp' ifTrue:[
 	    style := #mswindowsXP
-	]
+	].
+	(OperatingSystem getSystemInfo at:#'system') = 'vista' ifTrue:[
+	    style := #mswindowsVista
+	].
     ].
     View defaultStyle:style.
     'display.rc [info]: no style set - default to ' infoPrint. style infoPrintCR.