# HG changeset patch # User Claus Gittinger # Date 1364125578 -3600 # Node ID 721f2bb58301689b821cb5e442f35b74d4de499b # Parent 28c5116a217f37e93431777811e7ea03ce90800d class: ApplicationModel comment/format in: #openOn: diff -r 28c5116a217f -r 721f2bb58301 ApplicationModel.st --- a/ApplicationModel.st Wed Mar 20 19:43:39 2013 +0100 +++ b/ApplicationModel.st Sun Mar 24 12:46:18 2013 +0100 @@ -924,7 +924,7 @@ openOn:anApplicationModel "send an open message to the argument, anApplicationModel. - I dont really understand what this method is useful for ..." + I don't really understand what this method is useful for ..." ^ anApplicationModel open @@ -3952,11 +3952,11 @@ !ApplicationModel class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.334 2013-03-19 12:12:37 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.335 2013-03-24 11:46:18 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.334 2013-03-19 12:12:37 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.335 2013-03-24 11:46:18 cg Exp $' ! !