summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP/src/main.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-02-12 19:41:45 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-02-12 19:41:45 +0000
commitc989c00ce9e0a8422e7efb3c21350ca3f5276d86 (patch)
treedf64f14d732d961d0ad9a77faf1746184b1ad2da /plugins/DbEditorPP/src/main.cpp
parentbc4201ab4ea627e6d79b4517bf150c9062583378 (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.cpp2
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;
}