*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 24 Oct 2008 15:17:08 +0200
changeset 5053 69326c8c7728
parent 5052 23a19186c25d
child 5054 a0837866ad8e
*** empty log message ***
ViewStyle.st
--- a/ViewStyle.st	Fri Oct 24 15:16:20 2008 +0200
+++ b/ViewStyle.st	Fri Oct 24 15:17:08 2008 +0200
@@ -219,7 +219,10 @@
         self name
     ].
 
-    ^ name == #win95 or:[name == #win98]
+    ^ name == #win95 
+    or:[name == #win98
+    or:[name == #winXP
+    or:[name == #winVista ]]]
 !
 
 isWindowsVistaStyle
@@ -277,5 +280,5 @@
 !ViewStyle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ViewStyle.st,v 1.32 2008-10-24 13:16:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ViewStyle.st,v 1.33 2008-10-24 13:17:08 cg Exp $'
 ! !