#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Fri, 01 Nov 2019 05:52:58 +0100
changeset 3813 04c48e162a22
parent 3812 a17f33e7c234
child 3814 b57cff575911
#OTHER by exept comment/format in: #openDocumentation
DataSetBuilder.st
--- a/DataSetBuilder.st	Fri Nov 01 05:50:13 2019 +0100
+++ b/DataSetBuilder.st	Fri Nov 01 05:52:58 2019 +0100
@@ -3935,6 +3935,9 @@
 !
 
 openDocumentation
+    "open an HTML browser on the launcher section in the 'tools/TOP' document.
+     Called when <F1> is pressed"
+
    self openHTMLDocument:'tools/uipainter/DataSetBuilder.html'.
 ! !