X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fexport%2Fexport-vcard3.cpp;h=4f1d0fdeaaddd1813cc8a57c18b94a368944b5a1;hb=ce18438e729e6c11eebd3a5fb73f4039fdda33a0;hp=5536758eefdfaac0225a5c5c2a574ed6609191f3;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/export/export-vcard3.cpp b/source/export/export-vcard3.cpp index 5536758..4f1d0fd 100644 --- a/source/export/export-vcard3.cpp +++ b/source/export/export-vcard3.cpp @@ -1,3 +1,21 @@ +// export-vcard3.cpp - Export vCard3 subroutines. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Address Book is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Address Book. If not, see + #include #include #include @@ -8,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.