diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-12 19:41:45 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-12 19:41:45 +0000 |
commit | c989c00ce9e0a8422e7efb3c21350ca3f5276d86 (patch) | |
tree | df64f14d732d961d0ad9a77faf1746184b1ad2da /plugins/DbEditorPP/src/main.cpp | |
parent | bc4201ab4ea627e6d79b4517bf150c9062583378 (diff) |
- rev [3582] reverted
git-svn-id: http://svn.miranda-ng.org/main/trunk@3584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src/main.cpp')
-rw-r--r-- | plugins/DbEditorPP/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbEditorPP/src/main.cpp b/plugins/DbEditorPP/src/main.cpp index 765dedf571..cb79c9739f 100644 --- a/plugins/DbEditorPP/src/main.cpp +++ b/plugins/DbEditorPP/src/main.cpp @@ -346,7 +346,7 @@ int WriteBlobFromString(HANDLE hContact,const char *szModule,const char *szSetti if (!(data = (BYTE *)_alloca(2+len/2)))
{
- msg("Couldnt allocate enough memory!", modFullname);
+ msg(Translate("Couldnt allocate enough memory!"), modFullname);
return 0;
}
|