#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Sun, 05 Jan 2020 17:28:45 +0100
changeset 19398 4a19cab055e5
parent 19397 e75452c4feb6
child 19399 d9c84d98a5e4
#REFACTORING by exept class: FileOperation::Create changed: #createFileIn:
FileOperation.st
--- 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.