SelectionInTreeView.st
changeset 5475 b8d045eb5eb4
parent 5457 b8310177b11e
child 5558 25a55f2557e1
--- a/SelectionInTreeView.st	Mon Feb 13 20:49:17 2017 +0100
+++ b/SelectionInTreeView.st	Mon Feb 13 20:49:18 2017 +0100
@@ -2249,7 +2249,7 @@
     |icon img|
 
     "/ the item may provide an icon
-    "/ (it knows for itself if its open or closed)
+    "/ (it knows for itself if it's open or closed)
 
     (icon := aNode icon) notNil ifTrue:[
         img := registeredImages at:icon ifAbsent:nil.
@@ -2273,6 +2273,7 @@
     ^ aNode hidden ifTrue:[imageClosed] ifFalse:[imageOpened]
 
     "Modified: / 04-02-2017 / 22:37:12 / cg"
+    "Modified (format): / 13-02-2017 / 20:30:18 / cg"
 !
 
 indexOfNode:aNode