# HG changeset patch # User Claus Gittinger # Date 1572583774 -3600 # Node ID 8f68f4fb0756856d509c00e8a5ee1d77b7d2db12 # Parent 17b4f413d051775fb0988155bb1df9409f9f3cab #OTHER by exept comment/format in: #openDocumentation diff -r 17b4f413d051 -r 8f68f4fb0756 FileVersionDiffBrowser.st --- a/FileVersionDiffBrowser.st Fri Nov 01 05:48:59 2019 +0100 +++ b/FileVersionDiffBrowser.st Fri Nov 01 05:49:34 2019 +0100 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 2019 by eXept Software AG All Rights Reserved @@ -1411,7 +1413,7 @@ ] ! ! -!FileVersionDiffBrowser methodsFor:'menu action'! +!FileVersionDiffBrowser methodsFor:'menu actions'! mainMenu "if this application runs as an subapplication, @@ -1444,6 +1446,8 @@ ! openDocumentation + "Called when is pressed" + HTMLDocumentView openFullOnDocumentationFile:'tools/misc/TOP.html#VERSIONDIFF' !