comment/format in: #initStyle
authoraz
Wed, 05 Oct 2011 16:10:30 +0200
changeset 4318 9990f0f336f7
parent 4317 d65bfbb59ebe
child 4319 7bbb5e8cbcb5
comment/format in: #initStyle
Label.st
--- a/Label.st	Tue Oct 04 19:58:57 2011 +0200
+++ b/Label.st	Wed Oct 05 16:10:30 2011 +0200
@@ -1365,8 +1365,6 @@
 
     super initStyle.
 
-"/    DefaultFont notNil ifTrue:[font := DefaultFont on:device].
-
     DefaultBackgroundColor notNil ifTrue:[
         bgColor := DefaultBackgroundColor
     ] ifFalse:[
@@ -1381,7 +1379,8 @@
         self borderWidth:0.
     ]
 
-    "Modified: / 31.10.1997 / 14:57:23 / cg"
+    "Modified: / 31-10-1997 / 14:57:23 / cg"
+    "Modified (comment): / 05-10-2011 / 15:51:09 / az"
 !
 
 initialize
@@ -1897,9 +1896,9 @@
 !Label class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.145 2010-10-13 10:44:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.146 2011-10-05 14:10:30 az Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.145 2010-10-13 10:44:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.146 2011-10-05 14:10:30 az Exp $'
 ! !