[WINHLP32] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70807
This commit is contained in:
Amine Khaldi 2016-02-28 23:05:53 +00:00
parent 8978288c0b
commit 351cc7ab9c
2 changed files with 2 additions and 2 deletions

View file

@ -1463,7 +1463,7 @@ static BOOL HLPFILE_BrowseParagraph(HLPFILE_PAGE* page, struct RtfData* rd,
case 1: fs = page->file->fonts[font].LogFont.lfHeight; break;
case 2: fs = page->file->fonts[font].LogFont.lfHeight + 4; break;
}
/* FIXME: missing at least colors, also bold attribute looses information */
/* FIXME: colors are missing, at a minimum; also, the bold attribute loses information */
sprintf(tmp, "\\f%u\\cf%u\\fs%u%s%s%s%s",
font, font + 2, fs,

View file

@ -239,7 +239,7 @@ reactos/base/applications/extrac32 # Synced to WineStaging-1.7.55
reactos/base/applications/iexplore # Synced to WineStaging-1.7.55
reactos/base/applications/notepad # Forked at Wine-20041201
reactos/base/applications/regedit # Out of sync
reactos/base/applications/winhlp32 # Synced to WineStaging-1.7.55
reactos/base/applications/winhlp32 # Synced to WineStaging-1.9.4
reactos/base/applications/wordpad # Synced to WineStaging-1.7.55
reactos/base/services/rpcss # Synced to WineStaging-1.7.55
reactos/base/system/expand # Synced to WineStaging-1.7.55