summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/msgs.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-11-18 13:40:59 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-11-18 13:40:59 +0000
commit8cebd2859be7808d238ae67320aca7e2eef4c1a1 (patch)
tree7f9521da36a06b6ae3c160ba1c6dcca47ee7a189 /plugins/Scriver/src/msgs.cpp
parent5e0e7e8ea01cdfa22349a100ca165f52550c9b14 (diff)
RichEd20.dll replaced with Msftedit.dll
git-svn-id: http://svn.miranda-ng.org/main/trunk@11011 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/msgs.cpp')
-rw-r--r--plugins/Scriver/src/msgs.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Scriver/src/msgs.cpp b/plugins/Scriver/src/msgs.cpp
index c2728ed879..3a78488668 100644
--- a/plugins/Scriver/src/msgs.cpp
+++ b/plugins/Scriver/src/msgs.cpp
@@ -502,7 +502,7 @@ int OnUnloadModule(void)
ReleaseIcons();
FreeMsgLogIcons();
- FreeLibrary(GetModuleHandleA("riched20.dll"));
+ FreeLibrary(GetModuleHandleA("Msftedit.dll"));
OleUninitialize();
RichUtil_Unload();
FreeGlobals();
@@ -511,10 +511,10 @@ int OnUnloadModule(void)
int OnLoadModule(void)
{
- if (LoadLibraryA("riched20.dll") == NULL) {
+ if (LoadLibraryA("Msftedit.dll") == NULL) {
if (IDYES != MessageBox(0,
TranslateT
- ("Miranda could not load the built-in message module, riched20.dll is missing. If you are using WINE, please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda."),
+ ("Miranda could not load the built-in message module, Msftedit.dll is missing. If you are using WINE, please make sure you have Msftedit.dll installed. Press 'Yes' to continue loading Miranda."),
TranslateT("Information"), MB_YESNO | MB_ICONINFORMATION))
return 1;
return 0;