diff options
Diffstat (limited to 'plugins/Db3x_mmap/src/dbheaders.cpp')
-rw-r--r-- | plugins/Db3x_mmap/src/dbheaders.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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()
{
|