Module: wine Branch: master Commit: 5d6ba4ef73f71c1d40b36a1f23ac3d1d7fa2e69b URL: http://source.winehq.org/git/wine.git/?a=commit;h=5d6ba4ef73f71c1d40b36a1f23...
Author: Austin English austinenglish@gmail.com Date: Sun Jun 7 13:36:03 2009 -0500
mshtml: Make the wine-gecko warning more clear.
---
dlls/mshtml/nsembed.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mshtml/nsembed.c b/dlls/mshtml/nsembed.c index 16ac21e..9a3f396 100644 --- a/dlls/mshtml/nsembed.c +++ b/dlls/mshtml/nsembed.c @@ -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; }