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