From e7e5637a976bfd5c9ffeaf45eb4f5cd4a00838e6 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 21 Nov 2014 18:03:13 +0000 Subject: RICHED32 replaced on Msftedit git-svn-id: http://svn.miranda-ng.org/main/trunk@11032 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Msg_Export/src/FileViewer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Msg_Export/src/FileViewer.cpp') diff --git a/plugins/Msg_Export/src/FileViewer.cpp b/plugins/Msg_Export/src/FileViewer.cpp index a92bd7ec3d..dabb03e23d 100755 --- a/plugins/Msg_Export/src/FileViewer.cpp +++ b/plugins/Msg_Export/src/FileViewer.cpp @@ -567,10 +567,10 @@ bool bUseInternalViewer( bool bNew ) bUseIntViewer = bNew; if (bUseIntViewer && !hRichEditDll ) { - hRichEditDll = LoadLibraryA("RICHED32.DLL"); + hRichEditDll = LoadLibraryA("Msftedit.DLL"); if (!hRichEditDll ) { - DisplayLastError( LPGENT("Failed to load Rich Edit ( RICHED32.DLL )" )); + DisplayLastError( LPGENT("Failed to load Rich Edit ( Msftedit.DLL )" )); return false; } } -- cgit v1.2.3