Tools__DiffCodeView2.st
changeset 15723 901522438802
parent 15474 9d8648afebd3
child 15724 c2b9162d087d
--- a/Tools__DiffCodeView2.st	Tue Jun 30 08:21:08 2015 +0200
+++ b/Tools__DiffCodeView2.st	Tue Jun 30 08:21:40 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
               All Rights Reserved
@@ -321,7 +323,7 @@
     "/ ^ text1 asStringCollection. "/ yes, it looks like !! 
 
     "/ JV@2012-07-26: Yes, looks like but it is not!! This version
-    "/ keeps CRs in lines. Do not change it back - if you do, DoffCodeView2 
+    "/ keeps CRs in lines. Do not change it back - if you do, DiffCodeView2 
     "/ will show whole source in a single line.
 
     | array src line c |
@@ -525,10 +527,10 @@
 !DiffCodeView2 class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__DiffCodeView2.st,v 1.11 2015-02-28 03:15:32 cg Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '$Id: Tools__DiffCodeView2.st,v 1.11 2015-02-28 03:15:32 cg Exp $'
+    ^ '$Id$'
 ! !