[APPWIZ]
authorThomas Faber <thomas.faber@reactos.org>
Fri, 15 Aug 2014 12:34:12 +0000 (12:34 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Fri, 15 Aug 2014 12:34:12 +0000 (12:34 +0000)
- Download Gecko from a URL that does not force HTTPS.
CORE-8396

svn path=/trunk/; revision=63895

reactos/dll/cpl/appwiz/addons.c

index fa728cd..d050535 100644 (file)
@@ -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. */