WindowBuilder.st
changeset 1307 0486301d7841
parent 1248 67ced0bde4a4
child 1315 f2402458bf27
--- a/WindowBuilder.st	Mon Jan 17 12:17:35 2000 +0100
+++ b/WindowBuilder.st	Mon Jan 17 12:19:36 2000 +0100
@@ -147,7 +147,7 @@
     "Modified: / 4.8.1998 / 19:40:14 / cg"
 ! !
 
-!WindowBuilder methodsFor:'Compatibility - ST-80'!
+!WindowBuilder methodsFor:'Compatibility - ST80'!
 
 source
     "same as #application, for ST-80 compatibility"
@@ -1242,5 +1242,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.83 1999-10-04 10:49:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.84 2000-01-17 11:19:36 cg Exp $'
 ! !