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

This commit is contained in:
Alexandre Julliard 2014-04-15 19:50:11 +02:00
parent cb35df7ee6
commit 03167b4369
1 changed files with 1 additions and 0 deletions

View File

@ -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)