#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Fri, 01 Nov 2019 05:50:13 +0100
changeset 3812 a17f33e7c234
parent 3811 1c02ea1990b5
child 3813 04c48e162a22
#OTHER by exept comment/format in: #openDocumentation
Tools__ProjectBuilderAssistantApplication.st
--- a/Tools__ProjectBuilderAssistantApplication.st	Fri Nov 01 05:50:05 2019 +0100
+++ b/Tools__ProjectBuilderAssistantApplication.st	Fri Nov 01 05:50:13 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2009 by eXept Software AG
               All Rights Reserved
@@ -2932,7 +2934,9 @@
 !ProjectBuilderAssistantApplication methodsFor:'menu actions'!
 
 openDocumentation
-   self openHTMLDocument:'tools/misc/TOP.html#PACKAGER'.
+    "Called when <F1> is pressed"
+
+    self openHTMLDocument:'tools/misc/TOP.html#PACKAGER'.
 ! !
 
 !ProjectBuilderAssistantApplication methodsFor:'private'!