AbstractSettingsApplication.st
changeset 19427 8bfdbf0c5d88
parent 19397 e75452c4feb6
child 19428 12399a7d7510
--- a/AbstractSettingsApplication.st	Tue Jan 21 19:59:21 2020 +0100
+++ b/AbstractSettingsApplication.st	Thu Jan 23 11:40:17 2020 +0100
@@ -1197,6 +1197,10 @@
     "Created: / 25-01-2007 / 16:47:45 / cg"
 !
 
+isWindowsDisplay
+     ^ Screen current isWindowsPlatform
+!
+
 itemPathName
     settingsDialog isNil ifTrue:[^ ''].
     ^ settingsDialog getNameOfApplication:self.
@@ -10071,10 +10075,6 @@
     "Modified: / 28-11-2019 / 10:32:10 / Stefan Reise"
 !
 
-isWindowsDisplay
-     ^ Screen current isWindowsPlatform
-!
-
 operatingSystemIsWindowsLike
     ^ OperatingSystem isMSWINDOWSlike