From b0d23759410d32b90a912de4a689a747f1b6a914 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 22 Oct 2017 00:30:37 +0200 Subject: [PATCH] Revert "Changed url on webview sample" This reverts commit 92ae25ec3c240217f5584372abadaabedd3952df. There doesn't seem to be any good reason to use wiki.wxwidgets.org instead of the main site. --- samples/webview/webview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/webview/webview.cpp b/samples/webview/webview.cpp index 246d1d8697..65a11a98ba 100644 --- a/samples/webview/webview.cpp +++ b/samples/webview/webview.cpp @@ -66,7 +66,7 @@ class WebApp : public wxApp { public: WebApp() : - m_url("http://wiki.wxwidgets.org") + m_url("http://www.wxwidgets.org") { }