comctl32: Degrade ERR to WARN.

This commit is contained in:
Felix Nawothnig 2007-01-24 19:15:14 +01:00 committed by Alexandre Julliard
parent a59e4899f5
commit 306718152c
1 changed files with 1 additions and 1 deletions

View File

@ -1696,7 +1696,7 @@ ImageList_LoadImageW (HINSTANCE hi, LPCWSTR lpbmp, INT cx, INT cGrow,
handle = LoadImageW (hi, lpbmp, uType, 0, 0, uFlags);
if (!handle) {
ERR("Error loading image!\n");
WARN("Couldn't load image\n");
return NULL;
}