FileBasedSourceCodeManagementSettingsAppl.st
changeset 11084 66106e7a275d
parent 11073 454df119de86
child 11127 d8a116610680
--- a/FileBasedSourceCodeManagementSettingsAppl.st	Wed Jan 11 15:40:25 2012 +0100
+++ b/FileBasedSourceCodeManagementSettingsAppl.st	Wed Jan 11 15:40:29 2012 +0100
@@ -214,6 +214,7 @@
                                       name: 'CheckBox1'
                                       layout: (LayoutFrame 0 0 5 0 0 1 27 0)
                                       model: shownInBrowserMenusHolder
+                                activeHelpKey: shownInBrowserMenus
                                       translateLabel: true
                                     )
                                    (ViewSpec
@@ -362,7 +363,7 @@
         )
       )
 
-    "Modified: / 10-01-2012 / 00:17:31 / cg"
+    "Modified: / 11-01-2012 / 15:39:37 / cg"
 ! !
 
 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'others'!
@@ -720,9 +721,9 @@
 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.7 2012-01-09 23:34:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.8 2012-01-11 14:40:29 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.7 2012-01-09 23:34:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.8 2012-01-11 14:40:29 cg Exp $'
 ! !