help
authorClaus Gittinger <cg@exept.de>
Wed, 11 Jan 2012 15:40:21 +0100
changeset 11082 11b9be1f0345
parent 11081 54205ff055dd
child 11083 25f8e87052d0
help
AbstractSourceCodeManagementSettingsAppl.st
--- a/AbstractSourceCodeManagementSettingsAppl.st	Wed Jan 11 15:40:17 2012 +0100
+++ b/AbstractSourceCodeManagementSettingsAppl.st	Wed Jan 11 15:40:21 2012 +0100
@@ -49,6 +49,31 @@
 "
 ! !
 
+!AbstractSourceCodeManagementSettingsAppl class methodsFor:'help specs'!
+
+helpSpec
+    "This resource specification was automatically generated
+     by the UIHelpTool of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the UIHelpTool may not be able to read the specification."
+
+    "
+     UIHelpTool openOnClass:CVSSourceCodeManagementSettingsAppl    
+    "
+
+    <resource: #help>
+
+    ^ super helpSpec addPairsFrom:#(
+
+#shownInBrowserMenus
+'If checked, the Systembrowser includes the operations for me in the SCM menus.'
+
+)
+
+    "Created: / 11-01-2012 / 15:38:11 / cg"
+! !
+
 !AbstractSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -130,11 +155,11 @@
 !AbstractSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.9 2012-01-09 23:23:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.10 2012-01-11 14:40:21 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.9 2012-01-09 23:23:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.10 2012-01-11 14:40:21 cg Exp $'
 !
 
 version_SVN