Fix Gecko installer download.
CORE-7687 #resolve

svn path=/trunk/; revision=61248
This commit is contained in:
Sylvain Petreolle 2013-12-08 17:50:02 +00:00
parent c9dcb0ed7f
commit 390a2d9f3e

View file

@ -73,7 +73,7 @@ static const addon_info_t *addon;
static HWND install_dialog = NULL;
static WCHAR GeckoUrl[] = L"http://downloads.sourceforge.net/wine/wine_gecko-2.21-x86.msi";
static WCHAR GeckoUrl[] = L"http://dl.dropboxusercontent.com/u/743491/ReactOS/wine_gecko-2.21-x86.msi";
/* SHA definitions are copied from advapi32. They aren't available in headers. */