Commit d04d1c17 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

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

parent 4cf489f9
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment