summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Msg_Export/src')
-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;
}
}