From cd59e59b4bd0738719c8e8a2ad948ef76088f8de Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sun, 5 Jul 2015 07:27:02 +0000 Subject: DBeditorPP: Fix dialog text. git-svn-id: http://svn.miranda-ng.org/main/trunk@14491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/DbEditorPP/src') diff --git a/plugins/DbEditorPP/src/main_window.cpp b/plugins/DbEditorPP/src/main_window.cpp index f8f3826db9..12966c19c3 100644 --- a/plugins/DbEditorPP/src/main_window.cpp +++ b/plugins/DbEditorPP/src/main_window.cpp @@ -130,7 +130,7 @@ LRESULT CALLBACK ModuleTreeSubclassProc(HWND hwnd, UINT msg, WPARAM wParam, LPAR else if ((mtis->type == CONTACT) && hContact) { if (db_get_b(NULL, "CList", "ConfirmDelete", 1)) { TCHAR str[MSG_SIZE]; - mir_sntprintf(text, TranslateT("Are you sure you want to delete contact \"%s\"?"), text); + mir_sntprintf(str, TranslateT("Are you sure you want to delete contact \"%s\"?"), text); if (dlg(str, MB_YESNO | MB_ICONEXCLAMATION) == IDNO) break; } -- cgit v1.2.3