mshtml: Break Wine Gecko 0.0.1 support.

This commit is contained in:
Jacek Caban 2008-03-16 23:41:55 +01:00 committed by Alexandre Julliard
parent 4a01ddca25
commit 5f6ce2de63

View File

@ -265,9 +265,7 @@ static BOOL load_wine_gecko(PRUnichar *gre_path)
if(res != ERROR_SUCCESS)
return FALSE;
ret = load_wine_gecko_v(gre_path, hkey, GECKO_VERSION, GECKO_VERSION_STRING)
|| load_wine_gecko_v(gre_path, hkey, "0.0.1", "Wine Gecko 0.0.1\n")
|| load_wine_gecko_v(gre_path, hkey, NULL, "Wine Gecko 0.0.1\n");
ret = load_wine_gecko_v(gre_path, hkey, GECKO_VERSION, GECKO_VERSION_STRING);
RegCloseKey(hkey);
return ret;