SVN__ConfigurationApp.st
changeset 930 b783c5a2078a
parent 927 99a7de38fdc3
child 931 d7780349128d
--- a/SVN__ConfigurationApp.st	Tue Jan 10 13:09:33 2012 +0100
+++ b/SVN__ConfigurationApp.st	Wed Jan 11 15:42:50 2012 +0100
@@ -93,12 +93,16 @@
 
     ^ super helpSpec addPairsFrom:#(
 
+#shownInBrowserMenus
+'If checked, the Systembrowser includes operations for me in its SCM menus.'
+
 #Package
 ''
 
 )
 
     "Modified: / 26-05-2008 / 14:24:15 / Jan Vrany <vranyj1@fel.cvut.cz>"
+    "Modified: / 11-01-2012 / 15:42:09 / cg"
 ! !
 
 !ConfigurationApp class methodsFor:'image specs'!
@@ -434,6 +438,7 @@
                           model: svnEnabled
                           translateLabel: true
                           extent: (Point 521 30)
+activeHelpKey: shownInBrowserMenus
                         )
                        (ActionButtonSpec
                           label: 'Reset cached repositories'
@@ -461,6 +466,8 @@
          
         )
       )
+
+    "Modified (format): / 11-01-2012 / 15:42:32 / cg"
 ! !
 
 !ConfigurationApp class methodsFor:'list specs'!