FileOperation.st
changeset 19398 4a19cab055e5
parent 19141 e74ca5308116
--- a/FileOperation.st	Sun Jan 05 17:28:37 2020 +0100
+++ b/FileOperation.st	Sun Jan 05 17:28:45 2020 +0100
@@ -1002,7 +1002,7 @@
         ].    
     ].
     
-    FileStream openErrorSignal handle:[:ex|
+    OpenError handle:[:ex|
         msg := resources string:'Cannot create file "%1" (%2)' with:newName with:(FileStream lastErrorString).
         errorString := msg.
         result := false.