#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Sat, 26 Aug 2017 11:31:56 +0200
changeset 17635 3589ff09e4b8
parent 17634 3e58f7cc4db5
child 17636 64c0dc8340dc
#UI_ENHANCEMENT by cg class: FileApplicationNoteBook::ImageViewApplication changed: #image error message presentation
FileApplicationNoteBook.st
--- 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