From 8cebd2859be7808d238ae67320aca7e2eef4c1a1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 18 Nov 2014 13:40:59 +0000 Subject: RichEd20.dll replaced with Msftedit.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@11011 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/src/msgs.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Scriver/src/msgs.cpp') 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; -- cgit v1.2.3