Commit 5d6ba4ef authored by Austin English's avatar Austin English Committed by Alexandre Julliard

mshtml: Make the wine-gecko warning more clear.

parent c3b9cd37
...@@ -515,7 +515,7 @@ BOOL load_gecko(BOOL silent) ...@@ -515,7 +515,7 @@ BOOL load_gecko(BOOL silent)
|| (install_wine_gecko(silent) && load_wine_gecko(gre_path))) || (install_wine_gecko(silent) && load_wine_gecko(gre_path)))
ret = init_xpcom(gre_path); ret = init_xpcom(gre_path);
else else
MESSAGE("Could not load Mozilla. HTML rendering will be disabled.\n"); MESSAGE("Could not load wine-gecko. HTML rendering will be disabled.\n");
}else { }else {
ret = pCompMgr != NULL; ret = pCompMgr != NULL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment