From: Steve Brokenshire Date: Wed, 20 Jan 2016 20:22:06 +0000 (+0000) Subject: Fixed source code formatting in LANG for ConvertToV3 X-Git-Tag: release-0.09~52 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;ds=sidebyside;h=47c9e75a211e10b803a2ece2efc7daff4647e7c9;p=xestiaab%2F.git Fixed source code formatting in LANG for ConvertToV3 --- diff --git a/source/vcard/vcard34conv-v3conv.cpp b/source/vcard/vcard34conv-v3conv.cpp index 5df8480..7f523a3 100644 --- a/source/vcard/vcard34conv-v3conv.cpp +++ b/source/vcard/vcard34conv-v3conv.cpp @@ -976,15 +976,15 @@ bool vCard34Conv::ConvertToV3(wxString Filename, wxString *wxSData){ intPrevValue = 5; - if (((QuoteBreakPoint + 1) - intPrevValue) <= 0){ + if (((QuoteBreakPoint + 1) - intPrevValue) <= 0){ - ContactDatav3.AddRaw(wxT("X-VCARD4-LANG"), wxSPropertySeg2); + ContactDatav3.AddRaw(wxT("X-VCARD4-LANG"), wxSPropertySeg2); - } else { + } else { - ContactDatav3.AddRaw(wxT("X-VCARD4-LANG;") + ContactLine.Mid(intPrevValue, ((QuoteBreakPoint + 1) - (intPrevValue + 1))), wxSPropertySeg2); + ContactDatav3.AddRaw(wxT("X-VCARD4-LANG;") + ContactLine.Mid(intPrevValue, ((QuoteBreakPoint + 1) - (intPrevValue + 1))), wxSPropertySeg2); - } + } } else if (wxSProperty == wxT("GEO")){