X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fexport%2Fexport.cpp;h=25d5c236de96f4662d630a329b2be4607006143f;hb=ce18438e729e6c11eebd3a5fb73f4039fdda33a0;hp=dc5a85b9bed4faa0f4ad28c13b2117c8489b5f78;hpb=5b4b84ca9ecf7fa169c3fa04344517fc20f80df2;p=xestiaab%2F.git diff --git a/source/export/export.cpp b/source/export/export.cpp index dc5a85b..25d5c23 100644 --- a/source/export/export.cpp +++ b/source/export/export.cpp @@ -20,19 +20,21 @@ #include #include +#include "export.h" #include "../frmMain.h" #include "export-vcard3.h" #include "export-vcard4.h" void ExportRun(frmMain *frmMainPtrInc, wxArrayString *FileListInc){ + // Run the export function. Bring up the export file save + // dialog and run the required export functions as needed. + frmMainPtrInc->PauseAllTimers(); wxString FileTypes; bool DirMode = FALSE; - long ContactsExported = 0; - long ContactsCollected = 0; int ExportType = 0; int ExportCount = 0; wxString FinalFilename;