http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a01ddc
)
mshtml: Break Wine Gecko 0.0.1 support.
author
Jacek Caban
<jacek@codeweavers.com>
Sun, 16 Mar 2008 22:41:55 +0000
(23:41 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 17 Mar 2008 13:39:39 +0000
(14:39 +0100)
dlls/mshtml/nsembed.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/mshtml/nsembed.c
b/dlls/mshtml/nsembed.c
index 37afc6dcc2353a3355c2a8942a0c07fa8b5d5a00..efdad04549ed6e0b47c76132461ab521063f75f3 100644
(file)
--- a/
dlls/mshtml/nsembed.c
+++ b/
dlls/mshtml/nsembed.c
@@
-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;