leftover halt in fileSpec:
authorClaus Gittinger <cg@exept.de>
Mon, 20 Oct 2008 16:41:35 +0200
changeset 8358 83aa07fd9d8a
parent 8357 2fa277092d1c
child 8359 14d4c965c940
leftover halt in fileSpec:
Win32FileDialog.st
--- a/Win32FileDialog.st	Mon Oct 20 16:34:28 2008 +0200
+++ b/Win32FileDialog.st	Mon Oct 20 16:41:35 2008 +0200
@@ -360,7 +360,7 @@
 
     "SHOULD assign initial fileName and directory separately using #fileName: and #directory"
 
-    self halt.
+    self breakPoint:#fm.
     fileName := aFileSpec.
 "/    array := Filename splitPath: aFileSpec in: self directory .
 "/    dir := 
@@ -1065,5 +1065,5 @@
 !Win32FileDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Win32FileDialog.st,v 1.4 2008-09-22 23:29:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Win32FileDialog.st,v 1.5 2008-10-20 14:41:35 cg Exp $'
 ! !