Tools__CodeViewService.st
branchjv
changeset 13609 8b400fde34ef
parent 13530 2269bce1636d
parent 13556 54e1ef230e31
child 15566 184cea584be5
--- a/Tools__CodeViewService.st	Tue Sep 17 11:25:54 2013 +0100
+++ b/Tools__CodeViewService.st	Thu Sep 19 10:20:29 2013 +0100
@@ -376,7 +376,7 @@
         x:x + dx
         y:y - h + dy + 4.
 
-    "Modified: / 30-01-2012 / 16:01:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Created: / 17-09-2013 / 15:40:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 drawLine:lineNo in: view atX:x y:y width: w height:h from:startCol to:endColOrNil with:fg and:bg
@@ -439,7 +439,7 @@
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.14 2013-09-05 23:19:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.15 2013-09-17 14:44:33 vrany Exp $'
 !
 
 version_HG
@@ -448,6 +448,6 @@
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeViewService.st,v 1.14 2013-09-05 23:19:43 cg Exp $'
+    ^ '$Id: Tools__CodeViewService.st,v 1.15 2013-09-17 14:44:33 vrany Exp $'
 ! !