Re: RTF importer - Minor fix (PATCH)

From: Dom Lachowicz <domlachowicz_at_yahoo.com>
Date: Mon Jun 13 2005 - 02:22:23 CEST

Patch committed. Thanks.

--- Roland Kay <roland.kay@ox.compsoc.net> wrote:

>
> Thanks to Hubert for pointing this out. I managed to
> misread "Helvetic" as
> "Helvetica". This is a (one line) patch against the
> current CVS-HEAD.
> (I.e. the version Martin committed).
>
> Hub: If you ever want to use the bytebuf patch
> please add a "fn[0][8] =
> '\0';" or equivalent, as appropriate.
>
> Best wishes,
>
> R.> --- ie_imp_RTF.cpp.orig 2005-06-12
> 06:54:38.299460096 +0100
> +++ ie_imp_RTF.cpp 2005-06-12 06:56:14.917771880
> +0100
> @@ -8085,7 +8085,7 @@
> /*work around "helvetica" font name -replace it
> with "Helvetic"*/
> if (sFontNames[0] == "helvetica")
> {
> - sFontNames[0] = "Helvetica";
> + sFontNames[0] = "Helvetic";
> }
> #endif /* ! XP_TARGET_COCOA */
>
>

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Received on Mon Jun 13 02:26:52 2005

This archive was generated by hypermail 2.1.8 : Mon Jun 13 2005 - 02:26:54 CEST