FileBrowserV2SettingsAppl.st
changeset 10758 ff53b3b590a7
parent 10756 eaa975e29a38
child 10901 57250d62a38d
equal deleted inserted replaced
10757:5bbe8b995a5f 10758:ff53b3b590a7
   278                     translateLabel: true
   278                     translateLabel: true
   279                     component: 
   279                     component: 
   280                    (SpecCollection
   280                    (SpecCollection
   281                       collection: (
   281                       collection: (
   282                        (CheckBoxSpec
   282                        (CheckBoxSpec
   283                           label: 'Use the New CodeView (Affects all Tools)'
   283                           label: 'Use the New CodeView (Affects all New Opened Tools)'
   284                           name: 'CheckBox8'
   284                           name: 'CheckBox8'
   285                           layout: (LayoutFrame 0 0.0 7 0 0 1.0 27 0)
   285                           layout: (LayoutFrame 0 0.0 7 0 0 1.0 27 0)
   286                           model: useCodeView2InTools
   286                           model: useCodeView2InTools
   287                           translateLabel: true
   287                           translateLabel: true
   288                         )
   288                         )
   599 ! !
   599 ! !
   600 
   600 
   601 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
   601 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
   602 
   602 
   603 version
   603 version
   604     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.26 2011-10-06 09:44:43 cg Exp $'
   604     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.27 2011-10-06 09:47:34 cg Exp $'
   605 !
   605 !
   606 
   606 
   607 version_CVS
   607 version_CVS
   608     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.26 2011-10-06 09:44:43 cg Exp $'
   608     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.27 2011-10-06 09:47:34 cg Exp $'
   609 ! !
   609 ! !