Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.

This commit is contained in:
Nick Clifton 2002-04-09 15:21:01 +00:00
parent 9c5382a023
commit df3baf66cb
5 changed files with 32 additions and 6 deletions

View file

@ -425,6 +425,10 @@ styles:
{
dialog.exstyle = $3;
}
| styles CLASS QUOTEDSTRING
{
res_string_to_id (& dialog.class, $3);
}
| styles FONT numexpr ',' QUOTEDSTRING
{
dialog.style |= DS_SETFONT;