OrderedDictionary.st
changeset 15134 84e886ef6b5f
parent 15133 e47fbf1e1fe0
child 15451 8be26a61d680
--- a/OrderedDictionary.st	Thu Apr 25 09:15:35 2013 +0200
+++ b/OrderedDictionary.st	Thu Apr 25 09:18:43 2013 +0200
@@ -21,7 +21,7 @@
 	To: goodies-lib@cs.man.ac.uk
 	Subject: help 
 "
-"{ Package: 'stx:libbasic2' }"
+"{ Package: 'stx:libbasic' }"
 
 Dictionary subclass:#OrderedDictionary
 	instanceVariableNames:'order'
@@ -961,10 +961,10 @@
 !OrderedDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/OrderedDictionary.st,v 1.39 2013-04-25 07:15:35 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/OrderedDictionary.st,v 1.40 2013-04-25 07:18:43 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/OrderedDictionary.st,v 1.39 2013-04-25 07:15:35 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/OrderedDictionary.st,v 1.40 2013-04-25 07:18:43 stefan Exp $'
 ! !