From: Steve Brokenshire Date: Mon, 14 Mar 2016 21:18:41 +0000 (+0000) Subject: Added comment to describe the ExportRun function. X-Git-Tag: release-0.11~57^2~14 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=a51e41f47441dffb67704ed778c591d1503df12c Added comment to describe the ExportRun function. --- diff --git a/source/export/export.cpp b/source/export/export.cpp index dc5a85b..5f0f734 100644 --- a/source/export/export.cpp +++ b/source/export/export.cpp @@ -26,6 +26,9 @@ 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;