André Hentschel : mshtml: Fix Warning message.

Alexandre Julliard julliard at winehq.org
Wed Apr 13 10:49:26 CDT 2011


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Apr 12 19:25:57 2011 +0200

mshtml: Fix Warning message.

---

 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 fb283e0..d6d666f 100644
--- a/dlls/mshtml/nsembed.c
+++ b/dlls/mshtml/nsembed.c
@@ -321,7 +321,7 @@ static BOOL load_xul(const PRUnichar *gre_path)
 
     xul_handle = LoadLibraryExW(file_name, 0, LOAD_WITH_ALTERED_SEARCH_PATH);
     if(!xul_handle) {
-        WARN("Could not load XPCOM: %d\n", GetLastError());
+        WARN("Could not load XUL: %d\n", GetLastError());
         return FALSE;
     }
 




More information about the wine-cvs mailing list