AbstractFileBrowser.st
branchjv
changeset 17138 72bf03c1ff80
parent 17136 cb908d2ba02e
parent 17119 472d1ea1a076
child 17218 95008a0da101
--- a/AbstractFileBrowser.st	Sat Nov 26 22:22:17 2016 +0000
+++ b/AbstractFileBrowser.st	Tue Nov 29 13:34:37 2016 +0000
@@ -1988,13 +1988,11 @@
          #(#MenuItem
             #label: 'Hard Link...'
             #translateLabel: true
-            #isVisible: #systemIsUnix
             #value: #newHardLink
           )
          #(#MenuItem
             #label: 'Symbolic Link...'
             #translateLabel: true
-            #isVisible: #systemIsUnix
             #value: #newSoftLink
           )
          )
@@ -5933,7 +5931,7 @@
                     prevFiles := ''.
                 ].
 
-                OperatingSystem accessDeniedErrorSignal handle:[:ex|
+                OsError handle:[:ex|
                     "was not able to remove it"
                     | lastError msg |
                     lastError := OperatingSystem lastErrorString.