From ea515096f493bb4a629409aa5e41442bc0dea60f Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 12 Feb 2013 19:10:13 +0000 Subject: - DbEditorPP: unneeded translations removed (patch from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@3582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/settinglist.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'plugins/DbEditorPP/src/settinglist.cpp') diff --git a/plugins/DbEditorPP/src/settinglist.cpp b/plugins/DbEditorPP/src/settinglist.cpp index 3afbc56629..eb95b7fc23 100644 --- a/plugins/DbEditorPP/src/settinglist.cpp +++ b/plugins/DbEditorPP/src/settinglist.cpp @@ -125,7 +125,7 @@ void additem(HWND hwnd2Settings,HANDLE hContact, char* module, char* setting, in { int j; if (!(data = (char*)mir_realloc(data, 3*(dbv.cpbVal+1)+10))) - {msg(Translate("Couldnt allocate enough memory!"), modFullname); return;} + {msg("Couldnt allocate enough memory!", modFullname); return;} data[0] = '\0'; for (j=0; j")); - ListView_SetItemText(hwnd2Settings,index,2,Translate("UNICODE")); - ListView_SetItemText(hwnd2Settings,index,3,Translate("")); + ListView_SetItemText(hwnd2Settings,index,1,""); + ListView_SetItemText(hwnd2Settings,index,2,"UNICODE"); + ListView_SetItemText(hwnd2Settings,index,3,""); } else ListView_DeleteItem(hwnd2Settings,index); @@ -235,7 +235,7 @@ void PopulateSettings(HWND hwnd2Settings, HANDLE hContact, char* module) struct ModSetLinkLinkItem *setting; ModuleSettingLL setlist; - if (!EnumSettings(hContact,module,&setlist)) { msg(Translate("Error Loading Setting List"),modFullname); mir_free(info); return;} + if (!EnumSettings(hContact,module,&setlist)) { msg("Error Loading Setting List",modFullname); mir_free(info); return;} // clear any settings that may be there... ClearListview(hwnd2Settings); @@ -691,7 +691,7 @@ void EditLabel(HWND hwnd2List, int item, int subitem) char tmp[16]; char *data = (char*)_alloca(3*(dbv.cpbVal+1)+10); - if (!data) {msg(Translate("Couldnt allocate enough memory!"), modFullname); return;} + if (!data) {msg("Couldnt allocate enough memory!", modFullname); return;} data[0] = '\0'; for(j=0; j