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