#BUGFIX by stefan
authorStefan Vogel <sv@exept.de>
Fri, 30 Nov 2018 17:07:38 +0100
changeset 18533 6ff54dd7f909
parent 18531 d744a31fa413
child 18534 1fbc26df71d2
#BUGFIX by stefan class: FileDialog added: #enableGotoDesktopDirectory removed: #enableGotoDesktop class: FileDialog class changed: #mainMenu Fix bad enableChannel
FileDialog.st
--- a/FileDialog.st	Thu Nov 22 10:08:37 2018 +0100
+++ b/FileDialog.st	Fri Nov 30 17:07:38 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -1069,7 +1071,7 @@
                   translateLabel: true
                 )
                (MenuItem
-                  enabled: enableGotoDesktop
+                  enabled: enableGotoDesktopDirectory
                   label: 'Desktop Directory'
                   itemValue: doGotoDesktopDirectory
                   translateLabel: true
@@ -1152,6 +1154,7 @@
       )
 
     "Modified: / 17-07-2018 / 12:44:28 / Claus Gittinger"
+    "Modified: / 30-11-2018 / 17:06:00 / Stefan Vogel"
 !
 
 toolBarMenu
@@ -1549,8 +1552,10 @@
     ^ treeBrowser enableForward.
 !
 
-enableGotoDesktop
+enableGotoDesktopDirectory
     ^ treeBrowser enableGotoDesktopDirectory.
+
+    "Created: / 30-11-2018 / 17:05:19 / Stefan Vogel"
 !
 
 enableGotoDocuments