AbstractSettingsApplication.st
branchjv
changeset 16571 cf319f2e56d0
parent 16570 dc5e958a20dc
parent 16524 ecacacdca483
child 16572 ab23beb4bba6
equal deleted inserted replaced
16570:dc5e958a20dc 16571:cf319f2e56d0
  6767     <resource: #help>
  6767     <resource: #help>
  6768 
  6768 
  6769     ^ super flyByHelpSpec addPairsFrom:#(
  6769     ^ super flyByHelpSpec addPairsFrom:#(
  6770 
  6770 
  6771 #useSystemLanguage
  6771 #useSystemLanguage
  6772 'If set, the operating system language (LANG variable) is used agaig in the next session\(and the setting here only affects the current session).\If clear, this language is also used in the next session.'
  6772 'If set, the operating system language (LANG variable) is used in the next session\(and the setting here only affects the current session).\If clear, the language setting is also used in the next session.'
  6773 
  6773 
  6774 )
  6774 )
  6775 ! !
  6775 ! !
  6776 
  6776 
  6777 !AbstractSettingsApplication::LanguageSettingsAppl class methodsFor:'image specs'!
  6777 !AbstractSettingsApplication::LanguageSettingsAppl class methodsFor:'image specs'!