class: ApplicationModel
authorClaus Gittinger <cg@exept.de>
Sun, 24 Mar 2013 12:46:18 +0100
changeset 3110 721f2bb58301
parent 3109 28c5116a217f
child 3111 d4e7cc019d23
class: ApplicationModel comment/format in: #openOn:
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 $'
 ! !