mshtml: Fix Warning message.

This commit is contained in:
André Hentschel 2011-04-12 19:25:57 +02:00 committed by Alexandre Julliard
parent 554715ce72
commit 9007123b23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}