changed: #headLineLabel:
authorClaus Gittinger <cg@exept.de>
Fri, 26 Nov 2010 10:21:13 +0100
changeset 9648 bf870042cb9f
parent 9647 24dc78d47226
child 9649 ad956ada348e
changed: #headLineLabel:
InspectorView.st
--- a/InspectorView.st	Thu Nov 25 12:14:25 2010 +0100
+++ b/InspectorView.st	Fri Nov 26 10:21:13 2010 +0100
@@ -286,7 +286,11 @@
 
     headLineLabel := aString.
 
-    "Modified: / 11-11-2010 / 17:14:02 / cg"
+    labelView notNil ifTrue:[
+        labelView label:headLineLabel.
+    ].
+
+    "Modified: / 25-11-2010 / 17:16:45 / cg"
 !
 
 hideReceiver:aBoolean
@@ -2418,9 +2422,9 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.221 2010-11-17 19:09:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.222 2010-11-26 09:21:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.221 2010-11-17 19:09:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.222 2010-11-26 09:21:13 cg Exp $'
 ! !