Merge jv
authorMerge Script
Sat, 05 Dec 2015 06:39:09 +0100
branchjv
changeset 15982 159a73773eb4
parent 15980 9455f5b4ae42 (current diff)
parent 15981 d859a227e0b6 (diff)
child 15984 a4af4142d67b
Merge
AbstractFileBrowser.st
--- a/AbstractFileBrowser.st	Thu Dec 03 06:57:35 2015 +0100
+++ b/AbstractFileBrowser.st	Sat Dec 05 06:39:09 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -8302,6 +8300,7 @@
                     "/ loading a regular (chunk) or xml source file
                     Error handle:[:ex |
                         self errorNotify:'Error during file in: ', ex description.
+                        ex resume.
                     ] do:[
                         aStream := fileName readStream.
                         [