From 997b5aeb13382e5f0c04d4e7c7b857eb140aaaea Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 2 Jul 2014 17:38:50 +0000 Subject: and also a translation git-svn-id: http://svn.miranda-ng.org/main/trunk@9646 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Db3x_mmap/src/dbheaders.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/Db3x_mmap') diff --git a/plugins/Db3x_mmap/src/dbheaders.cpp b/plugins/Db3x_mmap/src/dbheaders.cpp index 9a5ccfbe9e..4a0eceb2b2 100644 --- a/plugins/Db3x_mmap/src/dbheaders.cpp +++ b/plugins/Db3x_mmap/src/dbheaders.cpp @@ -55,8 +55,7 @@ int CDb3Mmap::CreateDbHeaders(const DBSignature& _sign) ///////////////////////////////////////////////////////////////////////////////////////// static TCHAR tszOldHeaders[] = - _T("This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\n") - _T("Please press Yes to read further instructions or No to cancel"); + LPGENT("This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nPlease press Yes to read further instructions or No to cancel"); int CDb3Mmap::CheckDbHeaders() { -- cgit v1.2.3