summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-11-21 18:03:13 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-11-21 18:03:13 +0000
commite7e5637a976bfd5c9ffeaf45eb4f5cd4a00838e6 (patch)
tree02abdf23d5a3c748612631cef976367366bbd990 /plugins/Msg_Export
parent29899d2b4101225fa6af52209be78018e3e09cc1 (diff)
RICHED32 replaced on Msftedit
git-svn-id: http://svn.miranda-ng.org/main/trunk@11032 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export')
-rwxr-xr-xplugins/Msg_Export/src/FileViewer.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}
}