SettingsDialog.st
changeset 16979 101182c17d21
parent 16971 e37f456e483b
child 16987 5f68a7467da7
--- a/SettingsDialog.st	Thu Oct 20 00:13:54 2016 +0200
+++ b/SettingsDialog.st	Thu Oct 20 00:28:30 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -1692,8 +1694,6 @@
         ifTrue:[
             self saveSettingsWithoutAskingForFile.
         ].
-        "D122540 - Dialog opens twice"
-        self realApplications do:[:each| each clearDidModifySettings ].
     ].
 
     self destroyAll.