Re: [PATCH 04/17] mshtml: Use IDs instead of strings in HTMLStyle implementation.

2008-10-06 Thread Jacek Caban
Austin English wrote: > > +/* NOTE: Make sure to keep in sync with stryle_strings in htmlstrle.c */ > > s/stryle_strings/style_strings && s/htmlstrle.c/htmlstyle.c > > Thanks, I will change it more soon, so I will fix it then as I don't think such typos are worth resending or separated patch.

Re: [PATCH 04/17] mshtml: Use IDs instead of strings in HTMLStyle implementation.

2008-10-06 Thread Austin English
On Mon, Oct 6, 2008 at 9:48 AM, Jacek Caban <[EMAIL PROTECTED]> wrote: > --- > dlls/mshtml/htmlstyle.c | 108 > --- > dlls/mshtml/htmlstyle.h | 21 + > 2 files changed, 85 insertions(+), 44 deletions(-) > > > > +/* NOTE: Make sure to keep in