FileBrowserV2SettingsAppl.st
changeset 10758 ff53b3b590a7
parent 10756 eaa975e29a38
child 10901 57250d62a38d
--- a/FileBrowserV2SettingsAppl.st	Thu Oct 06 11:46:28 2011 +0200
+++ b/FileBrowserV2SettingsAppl.st	Thu Oct 06 11:47:34 2011 +0200
@@ -280,7 +280,7 @@
                    (SpecCollection
                       collection: (
                        (CheckBoxSpec
-                          label: 'Use the New CodeView (Affects all Tools)'
+                          label: 'Use the New CodeView (Affects all New Opened Tools)'
                           name: 'CheckBox8'
                           layout: (LayoutFrame 0 0.0 7 0 0 1.0 27 0)
                           model: useCodeView2InTools
@@ -601,9 +601,9 @@
 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.26 2011-10-06 09:44:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.27 2011-10-06 09:47:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.26 2011-10-06 09:44:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.27 2011-10-06 09:47:34 cg Exp $'
 ! !