Tools__TextDiff2Tool.st
branchjv
changeset 12212 1208b3e4d64b
parent 12190 2a77dea2eceb
child 12232 4d9b62c111fc
equal deleted inserted replaced
12211:67fdfbb74096 12212:1208b3e4d64b
   360 
   360 
   361 !TextDiff2Tool methodsFor:'accessing'!
   361 !TextDiff2Tool methodsFor:'accessing'!
   362 
   362 
   363 title: aString
   363 title: aString
   364 
   364 
   365     ^self titleHolder value: aString
   365     ^self label: aString
   366 
   366 
   367     "Modified: / 19-07-2011 / 11:41:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   368     "Created: / 30-08-2011 / 09:45:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   367     "Created: / 30-08-2011 / 09:45:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   369 ! !
   368 ! !
   370 
   369 
   371 !TextDiff2Tool methodsFor:'aspects'!
   370 !TextDiff2Tool methodsFor:'aspects'!
   372 
   371 
   542 ! !
   541 ! !
   543 
   542 
   544 !TextDiff2Tool class methodsFor:'documentation'!
   543 !TextDiff2Tool class methodsFor:'documentation'!
   545 
   544 
   546 version
   545 version
   547     ^ '$Id: Tools__TextDiff2Tool.st 7936 2012-03-16 22:44:50Z vranyj1 $'
   546     ^ '$Id: Tools__TextDiff2Tool.st 7959 2012-03-29 17:51:50Z vranyj1 $'
   548 !
   547 !
   549 
   548 
   550 version_CVS
   549 version_CVS
   551     ^ '§Header: /cvs/stx/stx/libtool/Tools__TextDiffTool.st,v 1.6 2011/11/18 14:05:39 cg Exp §'
   550     ^ '§Header: /cvs/stx/stx/libtool/Tools__TextDiffTool.st,v 1.6 2011/11/18 14:05:39 cg Exp §'
   552 !
   551 !
   553 
   552 
   554 version_SVN
   553 version_SVN
   555     ^ '$Id: Tools__TextDiff2Tool.st 7936 2012-03-16 22:44:50Z vranyj1 $'
   554     ^ '$Id: Tools__TextDiff2Tool.st 7959 2012-03-29 17:51:50Z vranyj1 $'
   556 ! !
   555 ! !