#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 01 Mar 2019 19:21:06 +0100
changeset 6018 82aee28e50d5
parent 6017 4d87665db62d
child 6019 3f48805b8cac
#DOCUMENTATION by cg class: HierarchicalItemWithLabelAndIcon changed: #labeled:icon:
HierarchicalItemWithLabelAndIcon.st
--- a/HierarchicalItemWithLabelAndIcon.st	Fri Mar 01 16:13:50 2019 +0100
+++ b/HierarchicalItemWithLabelAndIcon.st	Fri Mar 01 19:21:06 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -82,9 +84,12 @@
 !
 
 labeled:aLabel icon:anIcon
-    "backward compatibility"
+    <resource: #obsolete>
+    "keep for backward compatibility"
 
     self label:aLabel icon:anIcon
+
+    "Modified (comment): / 01-03-2019 / 19:19:25 / Claus Gittinger"
 ! !
 
 !HierarchicalItemWithLabelAndIcon class methodsFor:'documentation'!