X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fexport%2Fexport-vcard4.cpp;h=0e99fc478e1f0fa6a8997960d2f5807d063e7ed8;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hp=4d39de1a2e6440bc36477931323978f5195f3a31;hpb=5b4b84ca9ecf7fa169c3fa04344517fc20f80df2;p=xestiaab%2F.git diff --git a/source/export/export-vcard4.cpp b/source/export/export-vcard4.cpp index 4d39de1..0e99fc4 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. @@ -68,8 +70,6 @@ void ExportVCard4(bool DirMode, wxString OutputLocation, wxArrayString *FileList FinalFilename.Append(Filename); #endif - - bool CopyResult = wxCopyFile(FileList->Item(i), FinalFilename); (*ExportCount)++;