DiffTextView.st
changeset 8209 7c3b00116384
parent 7768 a05e40490dbb
child 8334 db98cf285160
--- a/DiffTextView.st	Fri Jul 11 21:40:16 2008 +0200
+++ b/DiffTextView.st	Fri Jul 11 22:38:07 2008 +0200
@@ -356,7 +356,7 @@
                 (line endsWith:Character return) ifTrue:[
                     lOut := line copyWithoutLast:1.
                 ] ifFalse:[
-                    self error:'oops - funny line (includes returns) in text'.
+                    self error:'oops - funny line (includes returns) in text' mayProceed:true.
                 ]
             ].
             lOut bitsPerCharacter > 8 ifTrue:[
@@ -671,5 +671,5 @@
 !DiffTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.48 2007-03-27 10:06:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.49 2008-07-11 20:38:07 cg Exp $'
 ! !