diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-11 10:43:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-11 10:43:01 +0000 |
commit | 0f3c81a198dc1068ac974c743813bab9795b5a1a (patch) | |
tree | 9ab2e10b33e1dff35845202b312eadcf5c3da317 /src/core | |
parent | 94dcc72f13094157f344f284aec4edf0c0f5faa1 (diff) |
missing LPGENT
git-svn-id: http://svn.miranda-ng.org/main/trunk@5646 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdmsg/src/msgs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)
{
|