From 6937b8edb552a0325f810ac24cda5a7812b3a908 Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 22 Sep 2008 14:39:42 -0500 Subject: [PATCH] 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 78563d3..b1a5638 100644 --- a/dlls/mshtml/nsembed.c +++ b/dlls/mshtml/nsembed.c @@ -514,7 +514,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("HTML rendering is disabled. Install wine-gecko to enable it.\n"); }else { ret = pCompMgr != NULL; } -- 1.5.3.6