UIBuilder.st
changeset 1498 677de8e0b423
parent 1447 879dc0a647c2
child 1763 fabe0b506e33
--- a/UIBuilder.st	Thu Aug 23 13:19:16 2001 +0200
+++ b/UIBuilder.st	Tue Sep 04 20:58:36 2001 +0200
@@ -119,7 +119,7 @@
     Verbose := false    "/ debugging flag
 ! !
 
-!UIBuilder methodsFor:'Compatibility - ST80'!
+!UIBuilder methodsFor:'Compatibility - VW'!
 
 wrapper
     "ST/X has no wrappers - return the view here"
@@ -400,6 +400,6 @@
 !UIBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.50 2000-12-16 17:53:55 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.51 2001-09-04 18:58:28 cg Exp $'
 ! !
 UIBuilder initialize!