Emit \tx for user-defined TABs.

oldstable
Krzysztof Foltman 2005-06-12 11:08:29 +00:00 committed by Alexandre Julliard
parent afb99013df
commit ab214a05c8
1 changed files with 1 additions and 0 deletions

View File

@ -379,6 +379,7 @@ ME_StreamOutRTFParaProps(ME_TextEditor *editor, ME_DisplayItem *para)
}
if (fmt->rgxTabs[i] >> 28 <= 5)
strcat(props, leader[fmt->rgxTabs[i] >> 28]);
sprintf(props+strlen(props), "\\tx%ld", fmt->rgxTabs[i]&0x00FFFFFF);
}
}