summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP/src/addeditsettingsdlg.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/addeditsettingsdlg.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/addeditsettingsdlg.cpp')
-rw-r--r--plugins/DbEditorPP/src/addeditsettingsdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DbEditorPP/src/addeditsettingsdlg.cpp b/plugins/DbEditorPP/src/addeditsettingsdlg.cpp
index 6cd364ef04..968ee92bc0 100644
--- a/plugins/DbEditorPP/src/addeditsettingsdlg.cpp
+++ b/plugins/DbEditorPP/src/addeditsettingsdlg.cpp
@@ -80,7 +80,7 @@ BOOL convertSetting(HANDLE hContact, char* module, char* setting, int toType) //
}
if (!Result)
- msg("Cannot Convert!", modFullname);
+ msg(Translate("Cannot Convert!"), modFullname);
DBFreeVariant(&dbv);
}
@@ -335,7 +335,7 @@ INT_PTR CALLBACK EditSettingDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM l
if (!setting || !value)
{
- msg("Couldnt allocate enough memory!", modFullname);
+ msg(Translate("Couldnt allocate enough memory!"), modFullname);
DestroyWindow(hwnd);
break;
}