UIBuilder.st
changeset 1309 e1a5417b5228
parent 1246 48f23f3ffb28
child 1324 090574a07b89
--- a/UIBuilder.st	Mon Jan 17 12:21:21 2000 +0100
+++ b/UIBuilder.st	Mon Jan 17 12:27:22 2000 +0100
@@ -117,7 +117,7 @@
     Verbose := false    "/ debugging flag
 ! !
 
-!UIBuilder methodsFor:'ST80 compatibility'!
+!UIBuilder methodsFor:'Compatibility ST80'!
 
 wrapper
     "ST/X has no wrappers - return the view here"
@@ -373,6 +373,6 @@
 !UIBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.44 1999-10-01 15:40:13 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.45 2000-01-17 11:27:22 cg Exp $'
 ! !
 UIBuilder initialize!