method category rename
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2003 16:40:06 +0200
changeset 1766 7e15dd50e11a
parent 1765 f9311e0db03f
child 1767 f94850ee9885
method category rename
ApplicationModel.st
WindowBuilder.st
--- a/ApplicationModel.st	Wed May 07 16:38:01 2003 +0200
+++ b/ApplicationModel.st	Wed May 07 16:40:06 2003 +0200
@@ -2362,7 +2362,7 @@
     "Created: / 6.6.1998 / 19:40:42 / cg"
 ! !
 
-!ApplicationModel methodsFor:'startup / release'!
+!ApplicationModel methodsFor:'startup & release'!
 
 applicationWindowClass
     "return the class used for my (top-) windows"
@@ -2729,7 +2729,7 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.187 2003-04-15 15:44:32 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.188 2003-05-07 14:40:06 cg Exp $'
 ! !
 
 ApplicationModel initialize!
--- a/WindowBuilder.st	Wed May 07 16:38:01 2003 +0200
+++ b/WindowBuilder.st	Wed May 07 16:40:06 2003 +0200
@@ -1233,7 +1233,7 @@
     "Modified: 14.2.1997 / 20:22:47 / cg"
 ! !
 
-!WindowBuilder methodsFor:'startup - basic'!
+!WindowBuilder methodsFor:'startup-basic'!
 
 openAt:origin withExtent:ext andType:type
     "open my window, as previously created, optionally defining the
@@ -1343,5 +1343,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.108 2003-05-07 14:29:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.109 2003-05-07 14:39:22 cg Exp $'
 ! !