mshtml: make the wine-gecko warning more clear

Austin English austinenglish at gmail.com
Sun Jun 7 13:36:03 CDT 2009


Some users have confused Mozilla with Firefox, and think that
installing Firefox in their native OS should enable HTML rendering in
Wine. Renaming 'Mozilla' to 'wine-gecko' should help clarify this
distinction.

-- 
-Austin
-------------- next part --------------
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-patches mailing list