summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP/src
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2016-02-21 17:34:14 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2016-02-21 17:34:14 +0000
commite8b3404efb2e546cab08c9acb56702aade4c75d9 (patch)
tree69540506915e1d4e7bde78ad1786df592a8d3cda /plugins/DbEditorPP/src
parent0f56c7c50ab021665a1592eeec59ab7ecfc9a584 (diff)
DBEditor:
- Fixed "Export contacts" menu item (fixes #1194) git-svn-id: http://svn.miranda-ng.org/main/trunk@16320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src')
-rw-r--r--plugins/DbEditorPP/src/moduletree.cpp2
1 files changed, 1 insertions, 1 deletions
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);