class: FileApplicationNoteBook
authorClaus Gittinger <cg@exept.de>
Thu, 06 Mar 2014 17:19:43 +0100
changeset 14124 8dfb9e38a4d6
parent 14123 7cb688a5249d
child 14125 058fcff9f58b
class: FileApplicationNoteBook
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Wed Mar 05 23:21:58 2014 +0100
+++ b/FileApplicationNoteBook.st	Thu Mar 06 17:19:43 2014 +0100
@@ -5517,7 +5517,7 @@
     |fn diffView text1 l1 text2 l2|
 
     (fn := self fileName) notNil ifTrue:[
-        text1 := editView contents asText.
+        text1 := editView contentsAsString "asText".
         l1 := 'Editor'.
         text2 := self getContents.
         l2 := 'File: ' , fn baseName.
@@ -7276,10 +7276,10 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.289 2014-02-26 15:11:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.290 2014-03-06 16:19:43 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.289 2014-02-26 15:11:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.290 2014-03-06 16:19:43 cg Exp $'
 ! !