#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:22:13 +0100
changeset 7666 59eba9613934
parent 7665 54b3c033dace
child 7667 03e064bb2153
#DOCUMENTATION by cg class: View comment/format in: #menuPerformer
View.st
--- a/View.st	Fri Nov 04 16:21:19 2016 +0100
+++ b/View.st	Fri Nov 04 16:22:13 2016 +0100
@@ -336,7 +336,7 @@
     (model isNil 
     or:[model isValueModel
     or:[model isBlock]]) ifTrue:[
-        "/ a simple holder-model. dont send menuMessages to it
+        "/ a simple holder-model. don't send menuMessages to it
         ^ self application ? self
     ].
     ^ model