vCard ContactDatav3;
- //wxSContactFilename = Filename;
-
// Check if we are using wxWidgets version 2.8 or less and
// execute the required command accordingly.
int VendorCount = 0;
int XTokenCount = 0;
int ItemSeek = 1;
- //int intValueSeek = 1;
wxString strVer;
if (wxSPropertyNextLine.Mid(0, 1) == wxT(" ") || wxSPropertyNextLine.Mid(0, 1) == wxT("\t")){
wxSPropertyNextLine.Remove(0, 1);
- //wxSPropertyNextLine.Trim(FALSE);
- //ContactLine.Trim();
ContactLine.Append(wxSPropertyNextLine);
} else {
wxString PropertyValue;
wxString PropertyTokens;
int intPrevValue = 4;
-
- //SplitValues(&wxSPropertySeg1, &SplitPoints, &SplitLength, intPrevValue);
intPrevValue = 3;
} else if (TypePropertyName == wxT("textphone")){
- //if (!TelTypeOut.IsEmpty()){ TelTypeOut.Append(wxT(";")); }
-
if (!FinalFriendlyString.IsEmpty()){ FinalFriendlyString.Append(_(", Textphone")); } else { FinalFriendlyString.Append(_("Textphone")); }
TelTypeOut.Append(wxT(";"));