#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Sat, 25 Nov 2017 23:44:30 +0100
changeset 17792 c7b03dcdf381
parent 17791 10cb07b36530
child 17793 07a0d7e0ca03
#FEATURE by cg class: AbstractSettingsApplication added: #editorHelpRelativeWikiURL
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Sat Nov 25 17:44:31 2017 +0100
+++ b/AbstractSettingsApplication.st	Sat Nov 25 23:44:30 2017 +0100
@@ -983,6 +983,14 @@
     ^ self subclassResponsibility
 !
 
+editorHelpRelativeWikiURL
+    "the relative URL of the dialog-description in the Wiki"
+
+    ^ nil
+
+    "Created: / 25-11-2017 / 23:43:05 / cg"
+!
+
 hasUnsavedChanges
     "utility to check for changed aspects as listed in the aspects method.
      If that has not been redefined, an error will be reported,