From 903279a9afc6d53b742d789323b760eed8af6b3d Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Wed, 15 Jan 2020 16:39:39 +0100 Subject: [PATCH] Add a note about WebView2 SDK license requirements --- interface/wx/webview.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 7039ccc4b3..a6f81627bd 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -299,6 +299,8 @@ public: - At runtime you can use wxWebView::IsBackendAvailable() to check if the backend can be used (it will be available if @c WebView2Loader.dll can be loaded and Edge (Chromium) is installed) + - Make sure to add a note about using the WebView2 SDK to your application + documentation, as required by it's licence @par wxWEBVIEW_WEBKIT (GTK)