msi: Downgrade an error.

This commit is contained in:
André Hentschel 2010-11-08 20:16:19 +01:00 committed by Alexandre Julliard
parent d5aa3d1cc9
commit 384b95533d

View File

@ -1743,7 +1743,7 @@ static UINT msi_dialog_maskedit_control( msi_dialog *dialog, MSIRECORD *rec )
font = msi_dialog_get_style( font_mask, &mask );
if( !mask )
{
ERR("mask template is empty\n");
WARN("mask template is empty\n");
goto end;
}