mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 19:27:00 +00:00
[WINHLP32] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70807
This commit is contained in:
parent
8978288c0b
commit
351cc7ab9c
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue