diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-12 19:10:13 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-12 19:10:13 +0000 |
commit | ea515096f493bb4a629409aa5e41442bc0dea60f (patch) | |
tree | 435f2abe9418c1f8113fab8d0e90bb1d6be4f9b8 /plugins/DbEditorPP/src/main.cpp | |
parent | a3ff000eb0e2e29c77c38d184d65597e1ad32fcc (diff) |
- DbEditorPP: unneeded translations removed (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3582 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 cb79c9739f..765dedf571 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(Translate("Couldnt allocate enough memory!"), modFullname);
+ msg("Couldnt allocate enough memory!", modFullname);
return 0;
}
|