Label.st
changeset 6106 ea570c22a64d
parent 6089 72067de3f99b
child 6177 e80cfdebfdbe
--- a/Label.st	Mon Feb 13 20:49:15 2017 +0100
+++ b/Label.st	Mon Feb 13 20:49:19 2017 +0100
@@ -1091,7 +1091,7 @@
 
     (aStringOrFormOrImage ~~ logo) ifTrue:[
         "/
-        "/ avoid recompute of size, if its an image with
+        "/ avoid recompute of size, if it's an image with
         "/ the same size
         "/
         aStringOrFormOrImage isImageOrForm ifTrue:[
@@ -1127,6 +1127,7 @@
     ]
 
     "Created: / 13-10-2010 / 12:16:34 / cg"
+    "Modified (format): / 13-02-2017 / 20:26:33 / cg"
 !
 
 label:newLabel suppressResize:suppress
@@ -1181,7 +1182,7 @@
      #left        -> left adjust logo
      #right       -> right adjust logo
      #center      -> center logo
-     #centerEach  -> like #center, but if its a multiline logo,
+     #centerEach  -> like #center, but if it's a multiline logo,
                      center each line individually.
 
      #centerRight -> center logo if it fits; 
@@ -1212,7 +1213,8 @@
         self newLayout
     ]
 
-    "Modified: 13.4.1996 / 11:17:58 / cg"
+    "Modified: / 13-04-1996 / 11:17:58 / cg"
+    "Modified (comment): / 13-02-2017 / 20:26:28 / cg"
 !
 
 extraMarginForBorder