Tools__Tag.st
changeset 11438 d7caa3c8de40
parent 10053 bede91ba8a7d
child 11803 3025c4948991
--- a/Tools__Tag.st	Sat Mar 17 11:16:19 2012 +0100
+++ b/Tools__Tag.st	Sat Mar 17 11:17:46 2012 +0100
@@ -696,7 +696,7 @@
 !Tag::TElement methodsFor:'accessing'!
 
 typeIdentifierInList
-    ^ 'E'
+    ^ 'e'
 
     "Created: / 20-04-2011 / 18:53:49 / cg"
 !
@@ -1258,7 +1258,7 @@
 !Tag class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__Tag.st,v 1.4 2011-07-03 15:02:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__Tag.st,v 1.5 2012-03-17 10:17:46 cg Exp $'
 !
 
 version_SVN