Commit 03167b43 authored by Alexandre Julliard's avatar Alexandre Julliard

wrc: Allow specifying the default message font in dialogs by setting DS_SETFONT.

parent cb35df7e
......@@ -682,6 +682,7 @@ static res_t *dialog2res(name_id_t *name, dialog_t *dlg)
}
put_string(res, dlg->font->name, str_unicode, TRUE, dlg->lvc.language);
}
else if (dlg->style->or_mask & DS_SETFONT) put_word( res, 0x7fff );
put_pad(res);
while(ctrl)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment