halp url
authorClaus Gittinger <cg@exept.de>
Mon, 14 Apr 2014 21:09:48 +0200
changeset 14248 e08d038ccdac
parent 14247 39f648023f37
child 14249 6154a37b4c3c
halp url
FileBasedSourceCodeManagementSettingsAppl.st
--- a/FileBasedSourceCodeManagementSettingsAppl.st	Mon Apr 14 21:09:44 2014 +0200
+++ b/FileBasedSourceCodeManagementSettingsAppl.st	Mon Apr 14 21:09:48 2014 +0200
@@ -627,6 +627,12 @@
 
 !FileBasedSourceCodeManagementSettingsAppl methodsFor:'help'!
 
+editorHelpRelativeWikiURL
+    "the relative URL of the dialog-description in the Wiki"
+
+    ^ 'Settings_FileBasedSourceCodeManagerSettings'
+!
+
 helpFilename
     ^ 'Launcher/fileBasedRepositorySetup.html'
 
@@ -682,10 +688,10 @@
 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.15 2013-07-29 14:08:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.16 2014-04-14 19:09:48 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.15 2013-07-29 14:08:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.16 2014-04-14 19:09:48 cg Exp $'
 ! !