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.
This commit is contained in:
Vadim Zeitlin 2017-10-22 00:30:37 +02:00
parent 1bb8cd860a
commit b0d2375941

View File

@ -66,7 +66,7 @@ class WebApp : public wxApp
{
public:
WebApp() :
m_url("http://wiki.wxwidgets.org")
m_url("http://www.wxwidgets.org")
{
}