X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fexport%2Fexport.cpp;h=8c9cc2d3bbe8abcc663e898c6ec3899d1c70e031;hb=540e667a9fdae2213756c164185e4d7f78f33e2b;hp=dc5a85b9bed4faa0f4ad28c13b2117c8489b5f78;hpb=5b4b84ca9ecf7fa169c3fa04344517fc20f80df2;p=xestiaab%2F.git diff --git a/source/export/export.cpp b/source/export/export.cpp index dc5a85b..8c9cc2d 100644 --- a/source/export/export.cpp +++ b/source/export/export.cpp @@ -26,13 +26,14 @@ 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;