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/moduletree.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/moduletree.cpp')
-rw-r--r-- | plugins/DbEditorPP/src/moduletree.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/DbEditorPP/src/moduletree.cpp b/plugins/DbEditorPP/src/moduletree.cpp index c2fec5e1c3..f7667f6f27 100644 --- a/plugins/DbEditorPP/src/moduletree.cpp +++ b/plugins/DbEditorPP/src/moduletree.cpp @@ -405,7 +405,7 @@ void __cdecl PopulateModuleTreeThreadFunc(LPVOID di) hRestore = NULL;
- if (!hwnd2Tree) { msg("Module tree not found",modFullname); return;}
+ if (!hwnd2Tree) { msg(Translate("Module tree not found"),modFullname); return;}
Select = 0;
@@ -449,7 +449,7 @@ void __cdecl PopulateModuleTreeThreadFunc(LPVOID di) if ((int)di != 4) { // do not rebuild on just going to another setting
if (!EnumModules(&modlist)) {
- msg("Error Loading Module List",modFullname);
+ msg(Translate("Error Loading Module List"),modFullname);
return;
}
@@ -607,7 +607,7 @@ void moduleListWM_NOTIFY(HWND hwnd,UINT msg,WPARAM wParam,LPARAM lParam)// hwnd mtis->type = CONTACT;
- if (!EnumModules(&modlist)) { msg("Error Loading Module List",modFullname); break;}
+ if (!EnumModules(&modlist)) { msg(Translate("Error Loading Module List"),modFullname); break;}
module = modlist.first;
while(module && hwnd2mainWindow)
|