From cd26effabdbab6e8f808118b6acf7fa3fa2d6e7c Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Fri, 15 Aug 2014 12:34:12 +0000 Subject: [PATCH] [APPWIZ] - Download Gecko from a URL that does not force HTTPS. CORE-8396 svn path=/trunk/; revision=63895 --- reactos/dll/cpl/appwiz/addons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/cpl/appwiz/addons.c b/reactos/dll/cpl/appwiz/addons.c index fa728cd72c9..d05053555fa 100644 --- a/reactos/dll/cpl/appwiz/addons.c +++ b/reactos/dll/cpl/appwiz/addons.c @@ -60,7 +60,7 @@ static const addon_info_t *addon; static HWND install_dialog = NULL; -static WCHAR GeckoUrl[] = L"http://dl.dropboxusercontent.com/u/743491/ReactOS/wine_gecko-2.24-x86.msi"; +static WCHAR GeckoUrl[] = L"http://svn.reactos.org/amine/wine_gecko-2.24-x86.msi"; /* SHA definitions are copied from advapi32. They aren't available in headers. */