FileApplicationNoteBook.st
changeset 17637 2e7438a1bd49
parent 17635 3589ff09e4b8
child 17639 caf3bfd0821a
--- a/FileApplicationNoteBook.st	Mon Aug 28 03:35:50 2017 +0200
+++ b/FileApplicationNoteBook.st	Mon Aug 28 19:31:08 2017 +0200
@@ -4226,13 +4226,16 @@
         ] ifFalse:[
             fn :=  fn asFilename baseName.
         ].
-        msg := '%1  %2x%3 depth:%4'
+        msg := '%1  %2x%3 depth:%4 (%5)'
                 bindWith:fn allBold
                 with:image width
                 with:image height
-                with:image depth.
+                with:image depth
+                with:image photometric.
     ].
     self notify:msg.
+
+    "Modified: / 28-08-2017 / 16:12:31 / cg"
 ! !
 
 !FileApplicationNoteBook::ImageViewApplication methodsFor:'actions'!