MercurialSourceCodeManagementSettingsAppl.st
changeset 14246 b4fedc6eab7a
parent 13668 fa213bf66a31
child 14325 10d416d3296a
--- a/MercurialSourceCodeManagementSettingsAppl.st	Mon Apr 14 21:09:36 2014 +0200
+++ b/MercurialSourceCodeManagementSettingsAppl.st	Mon Apr 14 21:09:40 2014 +0200
@@ -1172,6 +1172,12 @@
 
 !MercurialSourceCodeManagementSettingsAppl methodsFor:'help'!
 
+editorHelpRelativeWikiURL
+    "the relative URL of the dialog-description in the Wiki"
+
+    ^ 'Settings_MercurialSourceCodeManagerSettings'
+!
+
 helpFilename
     ^ 'Launcher/mercurialRepositorySetup.html'
 
@@ -1242,10 +1248,10 @@
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.26 2013-11-08 11:21:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.27 2014-04-14 19:09:40 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.26 2013-11-08 11:21:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.27 2014-04-14 19:09:40 cg Exp $'
 ! !