WindowBuilder.st
changeset 824 06de83e3fdee
parent 774 fb8810086f95
child 829 d4cd3635d64e
--- a/WindowBuilder.st	Wed Feb 04 21:51:41 1998 +0100
+++ b/WindowBuilder.st	Thu Feb 05 00:07:10 1998 +0100
@@ -297,7 +297,7 @@
      Here, we first look for a spec in the private subCanvasSpecs dictionary,
      which can be filled via #subCanvasAt:put: messages.
      If not present, or none is found there, we bounce back trying
-     #specificationFor:with: (if minorKey is nil) or by sending the minorKey
+     #specificationFor: (if majorKey is nil) or by sending the minorKey
      message to the class named as majorKey.
      Notice, that the class named majorKey is first searched in the
      application classes namespace - allowing private classes as majorKey.
@@ -340,6 +340,7 @@
     ^ spec
 
     "Modified: / 27.1.1998 / 12:17:13 / cg"
+    "Modified: / 4.2.1998 / 17:26:48 / stefan"
 !
 
 subCanvasAt:majorKey at:minorKey put:aSpec
@@ -926,5 +927,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.55 1998-01-27 12:52:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.56 1998-02-04 23:07:10 stefan Exp $'
 ! !