mshtml: Make the wine-gecko warning more clear.

This commit is contained in:
Austin English 2009-06-07 13:36:03 -05:00 committed by Alexandre Julliard
parent c3b9cd378e
commit 5d6ba4ef73
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ BOOL load_gecko(BOOL silent)
|| (install_wine_gecko(silent) && load_wine_gecko(gre_path)))
ret = init_xpcom(gre_path);
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 {
ret = pCompMgr != NULL;
}