Merge pull request #1167 from RobinD42/fix-issue1068

Fix the use of the output parameter in HtmlWindow.OnOpeningURL
(cherry picked from commit c201f558bd)
This commit is contained in:
Robin Dunn
2019-02-12 17:34:58 -08:00
parent 7b9a27321a
commit 4b39ae25af
2 changed files with 5 additions and 0 deletions

View File

@@ -59,6 +59,9 @@ Changes in this release include the following:
* Updated wxWidgets commit reference, bringing fixes for #1140, #1086 and
#1147.
* Fix the use of the output parameter in HtmlWindow.OnOpeningURL the same way
it was fixed in HtmlWindowInterface.OnHTMLOpeningURL. (#1068)