# HG changeset patch # User Claus Gittinger # Date 1572583813 -3600 # Node ID a17f33e7c234a2fb75ad6924b6e48ebea47ef4b6 # Parent 1c02ea1990b5339e87f5886d6c3daf0f1ff1a835 #OTHER by exept comment/format in: #openDocumentation diff -r 1c02ea1990b5 -r a17f33e7c234 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 is pressed" + + self openHTMLDocument:'tools/misc/TOP.html#PACKAGER'. ! ! !ProjectBuilderAssistantApplication methodsFor:'private'!