AbstractLauncherApplication.st
changeset 17628 6019f0420dce
parent 17608 bcb21d3a4f0d
child 17654 7fc6c5652a45
equal deleted inserted replaced
17627:065f07135d35 17628:6019f0420dce
  3891 
  3891 
  3892         screen clipboardEncoding:(clipEncodingSyms at:clipEncodingList selectionIndex).
  3892         screen clipboardEncoding:(clipEncodingSyms at:clipEncodingList selectionIndex).
  3893     ].
  3893     ].
  3894     box destroy
  3894     box destroy
  3895 
  3895 
  3896     "Modified: / 9.9.1996 / 22:43:04 / stefan"
  3896     "Modified: / 09-09-1996 / 22:43:04 / stefan"
  3897     "Modified: / 20.5.1999 / 18:35:21 / cg"
  3897     "Modified: / 24-08-2017 / 15:19:24 / cg"
  3898 !
  3898 !
  3899 
  3899 
  3900 editSettings
  3900 editSettings
  3901     "open a dialog on edit settings"
  3901     "open a dialog on edit settings"
  3902     "OBSOLETE - this functionality is no longer used - see AbstractSettingsApplication"
  3902     "OBSOLETE - this functionality is no longer used - see AbstractSettingsApplication"
  4329             territory isNil ifTrue:[
  4329             territory isNil ifTrue:[
  4330                 territory := language copyTo:2
  4330                 territory := language copyTo:2
  4331             ].
  4331             ].
  4332 
  4332 
  4333             "/ check if the new language needs a differently encoded font;
  4333             "/ check if the new language needs a differently encoded font;
  4334             "/ ask user to switch font and allow cancellation.
  4334             "/ ask user to switch font and allow cancelation.
  4335             "/ Otherwise, you are left with unreadable menu & button items ...
  4335             "/ Otherwise, you are left with unreadable menu & button items ...
  4336 
  4336 
  4337             oldLanguage := UserPreferences current language.
  4337             oldLanguage := UserPreferences current language.
  4338             Smalltalk setLanguage:language asSymbol.
  4338             Smalltalk setLanguage:language asSymbol.
  4339             ResourcePack flushCachedResourcePacks.
  4339             ResourcePack flushCachedResourcePacks.
  4396     box open.
  4396     box open.
  4397     box destroy
  4397     box destroy
  4398 
  4398 
  4399     "Modified: / 09-09-1996 / 22:43:27 / stefan"
  4399     "Modified: / 09-09-1996 / 22:43:27 / stefan"
  4400     "Modified: / 19-10-2006 / 22:17:01 / cg"
  4400     "Modified: / 19-10-2006 / 22:17:01 / cg"
       
  4401     "Modified (comment): / 24-08-2017 / 14:57:16 / cg"
  4401 !
  4402 !
  4402 
  4403 
  4403 memorySettings
  4404 memorySettings
  4404     "open a dialog on objectMemory related settings.
  4405     "open a dialog on objectMemory related settings.
  4405      Obsoleted by the settings application"
  4406      Obsoleted by the settings application"