x
authorClaus Gittinger <cg@exept.de>
Sat, 17 Mar 2012 11:17:46 +0100
changeset 11438 d7caa3c8de40
parent 11437 686a7adb9a34
child 11439 af6a13059dc6
x
Tools__Tag.st
--- 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