StandardSystemView.st
changeset 6203 d528c740f395
parent 6148 6ba6f49e0a8d
child 6228 0d2c822acecd
--- a/StandardSystemView.st	Thu Jan 16 15:31:54 2014 +0100
+++ b/StandardSystemView.st	Thu Jan 16 15:32:38 2014 +0100
@@ -337,7 +337,7 @@
     IncludeHostNameInLabel := false.
     WindowLabelFormat := self defaultWindowLabelFormat.
 
-    TakeFocusWhenMapped := (Display notNil and:[Display platformName = 'WIN32']).
+    TakeFocusWhenMapped := (Screen notNil and:[Screen platformName = 'WIN32']).
 
     "Created: / 20.8.1997 / 14:16:32 / cg"
     "Modified: / 24.8.1998 / 17:16:33 / cg"
@@ -1685,11 +1685,11 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.212 2013-10-28 11:40:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.213 2014-01-16 14:32:38 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.212 2013-10-28 11:40:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.213 2014-01-16 14:32:38 stefan Exp $'
 ! !