GitSourceCodeManagementSettingsAppl.st
changeset 14249 6154a37b4c3c
parent 13233 9c87d06ffa03
child 14336 7cd19b453fb3
--- a/GitSourceCodeManagementSettingsAppl.st	Mon Apr 14 21:09:48 2014 +0200
+++ b/GitSourceCodeManagementSettingsAppl.st	Mon Apr 14 21:09:52 2014 +0200
@@ -1145,6 +1145,12 @@
 
 !GitSourceCodeManagementSettingsAppl methodsFor:'help'!
 
+editorHelpRelativeWikiURL
+    "the relative URL of the dialog-description in the Wiki"
+
+    ^ 'Settings_GITSourceCodeManagerSettings'
+!
+
 helpFilename
     ^ 'Launcher/gitSetup.html'
 
@@ -1215,10 +1221,10 @@
 !GitSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.10 2013-07-29 14:08:10 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.11 2014-04-14 19:09:52 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.10 2013-07-29 14:08:10 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.11 2014-04-14 19:09:52 cg Exp $'
 ! !