SettingsDialog.st
changeset 16979 101182c17d21
parent 16971 e37f456e483b
child 16987 5f68a7467da7
equal deleted inserted replaced
16978:bb2a86f7fc63 16979:101182c17d21
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2002 by eXept Software AG
     4  COPYRIGHT (c) 2002 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
  1690                         stringWithCRs:'Save your changed settings in the settings file?\(which is: "%1")\\If not saved, these changes only apply to your current session.'
  1692                         stringWithCRs:'Save your changed settings in the settings file?\(which is: "%1")\\If not saved, these changes only apply to your current session.'
  1691                         with:self class currentSettingsFilename asString allBold))
  1693                         with:self class currentSettingsFilename asString allBold))
  1692         ifTrue:[
  1694         ifTrue:[
  1693             self saveSettingsWithoutAskingForFile.
  1695             self saveSettingsWithoutAskingForFile.
  1694         ].
  1696         ].
  1695         "D122540 - Dialog opens twice"
       
  1696         self realApplications do:[:each| each clearDidModifySettings ].
       
  1697     ].
  1697     ].
  1698 
  1698 
  1699     self destroyAll.
  1699     self destroyAll.
  1700 
  1700 
  1701     req := self requestor.
  1701     req := self requestor.