From e8b3404efb2e546cab08c9acb56702aade4c75d9 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 21 Feb 2016 17:34:14 +0000 Subject: DBEditor: - Fixed "Export contacts" menu item (fixes #1194) git-svn-id: http://svn.miranda-ng.org/main/trunk@16320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/moduletree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/DbEditorPP/src/moduletree.cpp b/plugins/DbEditorPP/src/moduletree.cpp index d9fd92d8b0..dfc9ac6998 100644 --- a/plugins/DbEditorPP/src/moduletree.cpp +++ b/plugins/DbEditorPP/src/moduletree.cpp @@ -774,7 +774,7 @@ void moduleListRightClick(HWND hwnd, WPARAM, LPARAM lParam) // hwnd here is to t case 4: // Contacts root switch (TrackPopupMenu(hSubMenu, TPM_RETURNCMD, hti.pt.x, hti.pt.y, 0, hwnd, NULL)) { case MENU_EXPORTCONTACT: - exportDB(INVALID_CONTACT_ID, 0); + exportDB(INVALID_CONTACT_ID, ""); break; case MENU_IMPORTFROMTEXT: ImportSettingsMenuItem(NULL); -- cgit v1.2.3