category renamining
authorClaus Gittinger <cg@exept.de>
Mon, 17 Jan 2000 12:19:36 +0100
changeset 1307 0486301d7841
parent 1306 afd1fcd217f4
child 1308 c29f450cf3ca
category renamining
WindowBuilder.st
--- 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 $'
 ! !