Registry.st
changeset 630 b785d23d7c5b
parent 617 427245e28240
child 759 908363ce8a32
--- a/Registry.st	Thu Nov 23 18:07:57 1995 +0100
+++ b/Registry.st	Thu Nov 23 18:13:04 1995 +0100
@@ -60,10 +60,6 @@
 
     See axample uses in Form, Color, ExternalStream and Font
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Registry.st,v 1.20 1995-11-23 02:09:25 cg Exp $'
 ! !
 
 !Registry methodsFor:'accessing'!
@@ -215,3 +211,8 @@
     ]
 ! !
 
+!Registry class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Registry.st,v 1.21 1995-11-23 17:12:37 cg Exp $'
+! !