From a51e41f47441dffb67704ed778c591d1503df12c Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 14 Mar 2016 21:18:41 +0000 Subject: [PATCH] Added comment to describe the ExportRun function. --- source/export/export.cpp | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.2