#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Thu, 01 Sep 2016 18:29:35 +0200
changeset 16823 21451c6e8953
parent 16822 dbed86627a32
child 16824 165814de4c38
#BUGFIX by cg class: FileApplicationNoteBook
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Thu Sep 01 12:38:40 2016 +0200
+++ b/FileApplicationNoteBook.st	Thu Sep 01 18:29:35 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -7272,7 +7274,8 @@
                           fileDescriptors:#()
                           fork:true
                           newPgrp:true
-                          inDirectory:nil.
+                          inDirectory:nil
+                          showWindow:false.
                    ]
                    action:[:status |
                       status stillAlive ifFalse:[
@@ -7411,7 +7414,8 @@
                       fileDescriptors:#()
                       fork:true
                       newPgrp:true
-                      inDirectory:nil.
+                      inDirectory:nil
+                      showWindow:false.
                ]
                action:[:status |
                   status stillAlive ifFalse:[