lboBusinessLanguages,
&LangCount);
- // Process the geoposition (GEO).
+ // Process the geopositiosn (GEO).
LoadData(&ContactEditorData.GeneralGeographyList,
&ContactEditorData.GeneralGeographyListPref,
lboBusinessGeoposition,
&GeoCount);
- // Process the website (URL).
+ // Process the websites (URL).
LoadData(&ContactEditorData.GeneralWebsiteList,
&ContactEditorData.GeneralWebsiteListPref,
lboBusinessWebsites,
&URLCount);
+ // Process the titles (TITLE).
+
+ LoadData(&ContactEditorData.GeneralTitleList,
+ &ContactEditorData.GeneralTitleListPref,
+ lboTitles,
+ &ContactEditorData.HomeTitleList,
+ &ContactEditorData.HomeTitleListPref,
+ lboHomeTitles,
+ &ContactEditorData.BusinessTitleList,
+ &ContactEditorData.BusinessTitleListPref,
+ lboBusinessTitles,
+ &TitleCount);
+
for (std::map<int,wxString>::iterator iter = ContactFileLines.begin();
iter != ContactFileLines.end(); ++iter){
LoadURL(wxSPropertySeg1, wxSPropertySeg2, &URLCount);
- }*/ else if (wxSProperty == wxT("TITLE")) {
+ } else if (wxSProperty == wxT("TITLE")) {
// See frmContactEditor-LoadTitle.cpp
LoadTitle(wxSPropertySeg1, wxSPropertySeg2, &TitleCount);
- } else if (wxSProperty == wxT("ROLE")) {
+ }*/ else if (wxSProperty == wxT("ROLE")) {
// See frmContactEditor-LoadRole.cpp