From 0f3c81a198dc1068ac974c743813bab9795b5a1a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 11 Aug 2013 10:43:01 +0000 Subject: missing LPGENT git-svn-id: http://svn.miranda-ng.org/main/trunk@5646 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdmsg/src/msgs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/stdmsg/src/msgs.cpp b/src/core/stdmsg/src/msgs.cpp index 2bf3de6fba..016dcdc765 100644 --- a/src/core/stdmsg/src/msgs.cpp +++ b/src/core/stdmsg/src/msgs.cpp @@ -375,7 +375,7 @@ static INT_PTR GetWindowData(WPARAM wParam, LPARAM lParam) return 0; } -static TCHAR tszError[] = _T("Miranda could not load the built-in message module, riched20.dll is missing. If you are using Windows 95 or WINE please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda."); +static TCHAR tszError[] = LPGENT("Miranda could not load the built-in message module, riched20.dll is missing. Press 'Yes' to continue loading Miranda."); int LoadSendRecvMessageModule(void) { -- cgit v1.2.3