#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Fri, 19 Jan 2018 10:44:32 +0100
changeset 17946 8ecca5e905bd
parent 17945 e5a9fa05e956
child 17947 0c62e8828abe
#BUGFIX by cg class: AbstractFileBrowser comment/format in: #systemIsDOS #systemIsOSX #systemSupportsVolumes class: AbstractFileBrowser class changed: #browserMenu
AbstractFileBrowser.st
--- a/AbstractFileBrowser.st	Thu Jan 18 19:43:17 2018 +0100
+++ b/AbstractFileBrowser.st	Fri Jan 19 10:44:32 2018 +0100
@@ -1484,7 +1484,7 @@
             label: 'Windows Explorer'
             itemValue: doOpenExplorer
             translateLabel: true
-            isVisible: systemIsOSX
+            isVisible: systemIsDOS
           )
          (MenuItem
             label: 'Open Finder'
@@ -9292,12 +9292,10 @@
 !
 
 systemIsDOS
-
     ^ OperatingSystem isMSDOSlike
 !
 
 systemIsOSX
-
     ^ OperatingSystem isOSXlike
 !
 
@@ -9306,7 +9304,6 @@
 !
 
 systemSupportsVolumes
-
     ^ OperatingSystem supportsVolumes
 ! !