FileBrowser.st
changeset 3436 c4fe19deba58
parent 3421 3498107fb19f
child 3446 b32c20a49200
--- a/FileBrowser.st	Fri Nov 16 18:20:01 2001 +0100
+++ b/FileBrowser.st	Fri Nov 16 18:21:08 2001 +0100
@@ -1996,7 +1996,7 @@
 
             (ObjectFileLoader notNil
             and:[ObjectFileLoader hasValidBinaryExtension:fileName]) ifTrue:[
-                Object abortSignal catch:[
+                AbortOperationRequest catch:[
                     |p|
 
                     "/
@@ -2063,7 +2063,7 @@
     ]
 
     "Modified: / 19.9.1997 / 23:42:22 / stefan"
-    "Modified: / 13.11.2001 / 10:13:10 / cg"
+    "Modified: / 16.11.2001 / 17:38:34 / cg"
 !
 
 fileFindAllDuplicates
@@ -7434,5 +7434,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.440 2001-11-15 23:48:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.441 2001-11-16 17:21:08 cg Exp $'
 ! !