riched20: Use \ulnone instead of \ul0 for no underline.

oldstable
Vincent Povirk 2013-08-19 17:31:38 -05:00 committed by Alexandre Julliard
parent 4cf489f9ce
commit d04d1c1736
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@ ME_StreamOutRTFCharProps(ME_OutStream *pStream, CHARFORMAT2W *fmt)
break;
case CFU_UNDERLINENONE:
default:
strcat(props, "\\ul0");
strcat(props, "\\ulnone");
break;
}
else if (fmt->dwEffects & CFE_UNDERLINE)