static yellowButtonMenu changed for Stefan
authorClaus Gittinger <cg@exept.de>
Tue, 14 Nov 1995 19:14:06 +0100
changeset 222 f46120c95d87
parent 221 013252f3a7e5
child 223 fd68b1e7bde0
static yellowButtonMenu changed for Stefan
Controll.st
Controller.st
SimpleView.st
--- a/Controll.st	Mon Nov 13 18:11:01 1995 +0100
+++ b/Controll.st	Tue Nov 14 19:14:06 1995 +0100
@@ -34,7 +34,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/Controll.st,v 1.24 1995-11-11 15:48:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/Controll.st,v 1.25 1995-11-14 18:13:53 cg Exp $'
 !
 
 documentation
@@ -171,13 +171,13 @@
 
     |sym menuHolder m|
 
-    (m := view middleButtonMenu) notNil ifTrue:[
-	"/
-	"/ has been assigned a static middleButtonMenu
-	"/ (or a cached menu)
-	"/
-	^ m
-    ].
+"/    (m := view middleButtonMenu) notNil ifTrue:[
+"/        "/
+"/        "/ has been assigned a static middleButtonMenu
+"/        "/ (or a cached menu)
+"/        "/
+"/        ^ m
+"/    ].
 
     menuHolder := self menuHolder.
 
--- a/Controller.st	Mon Nov 13 18:11:01 1995 +0100
+++ b/Controller.st	Tue Nov 14 19:14:06 1995 +0100
@@ -34,7 +34,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Controller.st,v 1.24 1995-11-11 15:48:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Controller.st,v 1.25 1995-11-14 18:13:53 cg Exp $'
 !
 
 documentation
@@ -171,13 +171,13 @@
 
     |sym menuHolder m|
 
-    (m := view middleButtonMenu) notNil ifTrue:[
-	"/
-	"/ has been assigned a static middleButtonMenu
-	"/ (or a cached menu)
-	"/
-	^ m
-    ].
+"/    (m := view middleButtonMenu) notNil ifTrue:[
+"/        "/
+"/        "/ has been assigned a static middleButtonMenu
+"/        "/ (or a cached menu)
+"/        "/
+"/        ^ m
+"/    ].
 
     menuHolder := self menuHolder.
 
--- a/SimpleView.st	Mon Nov 13 18:11:01 1995 +0100
+++ b/SimpleView.st	Tue Nov 14 19:14:06 1995 +0100
@@ -57,7 +57,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.25 1995-11-13 16:41:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.26 1995-11-14 18:14:06 cg Exp $'
 !
 
 documentation
@@ -5058,7 +5058,7 @@
     "actually, this should be called 'middleButtonMenu'.
      But for ST-80 compatibility ....
      This method will vanish, once all views have controllers
-     associated with them; for now, dublicate some code also found in
+     associated with them; for now, duplicate some code also found in
      controller."
 
     |sym menuHolder|