Workspace.st
changeset 3898 ce916e1faf3a
parent 3897 5bbb0e7ab851
child 3910 a9536a430be0
--- a/Workspace.st	Sat Jun 06 19:08:05 2009 +0200
+++ b/Workspace.st	Sat Jun 06 23:47:20 2009 +0200
@@ -1279,7 +1279,7 @@
         self topView withExecuteCursorDo:[
             [
                 AbortOperationRequest handle:[:ex |
-                     aBlock value:'** Abortsignal cought **'.
+                     "/ aBlock value:'** Abortsignal cought **'.
                      ex return
                 ] do:[
                     |value|
@@ -1750,5 +1750,5 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.205 2009-06-06 17:08:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.206 2009-06-06 21:47:20 cg Exp $'
 ! !