UIBuilder.st
changeset 132 0a8fe342ed91
parent 125 fa5b5e4336bf
child 139 779ae6adb925
--- a/UIBuilder.st	Fri Nov 24 21:52:38 1995 +0100
+++ b/UIBuilder.st	Sun Dec 03 13:31:07 1995 +0100
@@ -44,10 +44,6 @@
     The class is not completed yet and certainly not bug free.
     Also, it is not quaranteed that all winSpecs are understood.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.10 1995-11-23 10:43:28 cg Exp $'
 ! !
 
 !UIBuilder class methodsFor:'initialization'!
@@ -880,4 +876,9 @@
 "/   aComponent font:(aComponent font size:8)
 ! !
 
+!UIBuilder class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.11 1995-12-03 12:31:07 cg Exp $'
+! !
 UIBuilder initialize!