SubCanvas.st
changeset 5315 06a51abce443
parent 4763 43faa1d15ca0
child 5766 dd7d8ff38b2b
--- a/SubCanvas.st	Fri Nov 04 16:08:13 2016 +0100
+++ b/SubCanvas.st	Fri Nov 04 16:29:30 2016 +0100
@@ -407,7 +407,7 @@
         clientViewIsScrolled ifTrue:[
             (subWindowSpec notNil and:[subWindowSpec layout notNil]) ifTrue:[
                 "/ mhmh - what should we base the size computation on ?
-                "/ (I dont see any reason to look at the windows spec at all;
+                "/ (I don't see any reason to look at the windows spec at all;
                 "/  isn't the user of the spec the only one to control the size).
                 clientView extent:(subWindowSpec bounds extent)
             ] ifFalse:[
@@ -604,10 +604,10 @@
 !SubCanvas class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SubCanvas.st,v 1.70 2015-05-11 20:06:00 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/SubCanvas.st,v 1.70 2015-05-11 20:06:00 cg Exp $'
+    ^ '$Header$'
 ! !