WindowBuilder.st
changeset 1498 677de8e0b423
parent 1447 879dc0a647c2
child 1505 c7cd2082381b
--- a/WindowBuilder.st	Thu Aug 23 13:19:16 2001 +0200
+++ b/WindowBuilder.st	Tue Sep 04 20:58:36 2001 +0200
@@ -149,7 +149,7 @@
     "Modified: / 4.8.1998 / 19:40:14 / cg"
 ! !
 
-!WindowBuilder methodsFor:'Compatibility - ST80'!
+!WindowBuilder methodsFor:'Compatibility - VW'!
 
 source
     "same as #application, for ST-80 compatibility"
@@ -1266,5 +1266,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.91 2000-12-16 17:53:16 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.92 2001-09-04 18:58:36 cg Exp $'
 ! !