Austin English : mshtml: Make the wine-gecko warning more clear.

Alexandre Julliard julliard at winehq.org
Mon Jun 8 09:44:45 CDT 2009


Module: wine
Branch: master
Commit: 5d6ba4ef73f71c1d40b36a1f23ac3d1d7fa2e69b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5d6ba4ef73f71c1d40b36a1f23ac3d1d7fa2e69b

Author: Austin English <austinenglish at 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;
     }




More information about the wine-cvs mailing list