#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Thu, 15 Mar 2018 12:06:20 +0100
changeset 18013 9e620ee2fae4
parent 18012 7513d5645fa6
child 18014 9061616443d4
#UI_ENHANCEMENT by cg class: AbstractFileBrowser class changed: #toolsMenuSpec osx-open
AbstractFileBrowser.st
--- a/AbstractFileBrowser.st	Thu Mar 15 11:46:18 2018 +0100
+++ b/AbstractFileBrowser.st	Thu Mar 15 12:06:20 2018 +0100
@@ -2329,6 +2329,11 @@
             isVisible: systemIsDOS
           )
          (MenuItem
+            label: 'Open (OSX-Application)'
+            itemValue: doOpenWithShellCommand
+            isVisible: systemIsOSX
+          )
+         (MenuItem
             label: 'Execute UNIX Command...'
             itemValue: doExecuteCommand
             isVisible: systemIsUnix