diff -r 3b2a5ea6a056 -r adf9ea3372d2 AbstractLauncherApplication.st --- a/AbstractLauncherApplication.st Fri Nov 01 05:52:48 2019 +0100 +++ b/AbstractLauncherApplication.st Fri Nov 01 05:53:01 2019 +0100 @@ -1866,7 +1866,8 @@ !AbstractLauncherApplication methodsFor:'user actions-help'! openDocumentation - "open an HTML browser on the launcher section in the 'tools/TOP' document" + "open an HTML browser on the launcher section in the 'tools/TOP' document. + Called when is pressed" self startLauncherDocumentation !