Not Logged In
|
Login
|
Register
Home
|
News
|
Projects
|
Releases
Bugs
|
RFE
|
Repositories
|
Help
projects
/
xestiaab
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0dd29c
)
Improved checking of FN for meeting the base specification of vCard 4.0.
author
Steve Brokenshire
<sbrokenshire@xestia.co.uk>
Thu, 10 Dec 2015 22:36:50 +0000
(22:36 +0000)
committer
Steve Brokenshire
<sbrokenshire@xestia.co.uk>
Thu, 10 Dec 2015 22:36:50 +0000
(22:36 +0000)
source/vcard/vcard.cpp
patch
|
blob
|
history
diff --git
a/source/vcard/vcard.cpp
b/source/vcard/vcard.cpp
index
613e9fe
..
cb33358
100644
(file)
--- a/
source/vcard/vcard.cpp
+++ b/
source/vcard/vcard.cpp
@@
-65,8
+65,8
@@
void vCard::Add(wxString SettingName, wxString SettingValue, bool ReplaceMode){
if (SettingName == wxT("END") && SettingValue == wxT("VCARD")){
vCardEnd = TRUE;
}
-
- if (SettingName == wxT("FN")){
+
+ if (SettingName
.Mid(0,2)
== wxT("FN")){
vCardFN = TRUE;
}
@@
-109,7
+109,7
@@
void vCard::AddRaw(wxString SettingName, wxString SettingValue){
vCardEnd = TRUE;
}
- if (SettingName == wxT("FN")){
+ if (SettingName
.Mid(0,2)
== wxT("FN")){
vCardFN = TRUE;
}
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software
Xestia Address Book
Xestia Calendar
Development
Xestia Gelforn
Everything else
About
News
Privacy Policy