class: Tools::TextDiff2Tool
authorClaus Gittinger <cg@exept.de>
Fri, 13 Feb 2015 20:26:40 +0100
changeset 15277 f96605ba2467
parent 15276 4a8cb60897a2
child 15278 1d449ea6c8e0
class: Tools::TextDiff2Tool changed: #initializeDiffView #version_CVS there is no difference between DiffCodeView2 and Diff2CodeView2 so use it.
Tools__TextDiff2Tool.st
--- a/Tools__TextDiff2Tool.st	Fri Feb 13 19:22:31 2015 +0100
+++ b/Tools__TextDiff2Tool.st	Fri Feb 13 20:26:40 2015 +0100
@@ -539,7 +539,7 @@
 initializeDiffView
     "superclass Tools::TextDiffTool says that I am responsible to implement this method"
 
-    ^ Tools::Diff2CodeView2 new
+    ^ Tools::DiffCodeView2 new
 
     "Modified: / 16-01-2013 / 11:58:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
@@ -601,11 +601,7 @@
 !TextDiff2Tool class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Tools__TextDiff2Tool.st,v 1.1 2014-02-05 19:00:35 vrany Exp $'
-!
-
-version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/Tools__TextDiffTool.st,v 1.6 2011/11/18 14:05:39 cg Exp §'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TextDiff2Tool.st,v 1.2 2015-02-13 19:26:40 cg Exp $'
 !
 
 version_HG
@@ -614,6 +610,6 @@
 !
 
 version_SVN
-    ^ '$Id: Tools__TextDiff2Tool.st,v 1.1 2014-02-05 19:00:35 vrany Exp $'
+    ^ '$Id: Tools__TextDiff2Tool.st,v 1.2 2015-02-13 19:26:40 cg Exp $'
 ! !