FileApplicationNoteBook.st
changeset 17635 3589ff09e4b8
parent 17633 2c0d2bdab09e
child 17637 2e7438a1bd49
--- a/FileApplicationNoteBook.st	Fri Aug 25 11:00:44 2017 +0200
+++ b/FileApplicationNoteBook.st	Sat Aug 26 11:31:56 2017 +0200
@@ -4263,7 +4263,7 @@
     fn := self fileName.
     Image badImageFormatQuerySignal handle:[:ex |
         e := ex description.
-        Dialog warn:('Error while reading image:\n%s' printfWith:e).
+        Dialog warn:('Error while reading image:\n\n%s' printfWith:e).
         "/ ex mayProceed ifTrue:[ ex proceed ].
     ] do:[
         img := Image fromFile:fn.
@@ -4284,7 +4284,7 @@
     ].
     ^ img.
 
-    "Modified: / 14-02-2017 / 15:43:46 / cg"
+    "Modified: / 26-08-2017 / 10:37:21 / cg"
 !
 
 showHex