WindowBuilder.st
changeset 1763 fabe0b506e33
parent 1727 9e0c69cb6974
child 1766 7e15dd50e11a
--- a/WindowBuilder.st	Wed May 07 16:12:26 2003 +0200
+++ b/WindowBuilder.st	Wed May 07 16:30:37 2003 +0200
@@ -149,7 +149,7 @@
     "Modified: / 4.8.1998 / 19:40:14 / cg"
 ! !
 
-!WindowBuilder methodsFor:'Compatibility - VW'!
+!WindowBuilder methodsFor:'Compatibility-VW'!
 
 source
     "same as #application, for ST-80 compatibility"
@@ -1343,5 +1343,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.107 2003-03-24 13:48:22 ab Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.108 2003-05-07 14:29:55 cg Exp $'
 ! !