FileApplicationNoteBook.st
branchjv
changeset 16147 fb39152235e3
parent 16053 85a1b78120ab
parent 16146 ea50169210ca
child 16571 cf319f2e56d0
--- a/FileApplicationNoteBook.st	Tue Mar 08 07:00:38 2016 +0100
+++ b/FileApplicationNoteBook.st	Wed Mar 09 06:56:29 2016 +0100
@@ -4255,7 +4255,7 @@
     fn := self fileName.
     Image badImageFormatQuerySignal handle:[:ex |
         e := ex description.
-        ex mayProceed ifTrue:[ ex proceed ].
+        "/ ex mayProceed ifTrue:[ ex proceed ].
     ] do:[
         img := Image fromFile:fn.
     ].
@@ -4267,7 +4267,7 @@
                 e := 'No such image'
             ].
         ].
-        Dialog warn:e.
+        Dialog warn:('Error while reading image:\n%s' printfWith:e).
         ^ nil
     ].
     e notNil ifTrue:[