From: Steve Brokenshire Date: Mon, 14 Mar 2016 21:11:52 +0000 (+0000) Subject: Added comment to describe the ExportVCard3 function. X-Git-Tag: release-0.11~57^2~16 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=a9524662f63d1f4a659c33559d49a10231cecf6a Added comment to describe the ExportVCard3 function. --- diff --git a/source/export/export-vcard3.cpp b/source/export/export-vcard3.cpp index 1d5091c..4f1d0fd 100644 --- a/source/export/export-vcard3.cpp +++ b/source/export/export-vcard3.cpp @@ -26,6 +26,8 @@ void ExportVCard3(bool DirMode, wxString OutputLocation, wxArrayString *FileList, int *ExportCount){ + // Export a vCard 3.0 contact file. + if (DirMode == TRUE){ // Output each contact into the directory.