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