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