From 351cc7ab9c16e746d3000f18416bfa5b5c243d22 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 28 Feb 2016 23:05:53 +0000 Subject: [PATCH] [WINHLP32] Sync with Wine Staging 1.9.4. CORE-10912 svn path=/trunk/; revision=70807 --- reactos/base/applications/winhlp32/hlpfile.c | 2 +- reactos/media/doc/README.WINE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/base/applications/winhlp32/hlpfile.c b/reactos/base/applications/winhlp32/hlpfile.c index 40da092638a..496244f4f59 100644 --- a/reactos/base/applications/winhlp32/hlpfile.c +++ b/reactos/base/applications/winhlp32/hlpfile.c @@ -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, diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 314f830c0e4..e9686283714 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -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