&ContactEditorData.BusinessAddressListPref,
&ADRCount);
- // Process the timezones (TZ) (frmContactEditor-LoadTimeZone.cpp)
+ // Process the timezones (TZ).
LoadData(&ContactEditorData.GeneralTZList,
&ContactEditorData.GeneralTZListPref,
lboBusinessTimezones,
&TZCount);
- // Process the emails (EMAIL) (frmContactEditor-LoadEmail.cpp)
+ // Process the emails (EMAIL).
LoadData(&ContactEditorData.GeneralEmailList,
&ContactEditorData.GeneralEmailListPref,
lboBusinessEmail,
&EmailCount);
- // Process the nicknames (NICKNAME) (frmContactEditor-LoadNickname.cpp)
+ // Process the nicknames (NICKNAME).
LoadData(&ContactEditorData.GeneralNicknamesList,
&ContactEditorData.GeneralNicknamesListPref,
&ContactEditorData.BusinessNicknamesListPref,
lboBusinessNicknames,
&NicknameCount);
+
+ // Process the languages (LANG).
+
+ LoadData(&ContactEditorData.GeneralLanguageList,
+ &ContactEditorData.GeneralLanguageListPref,
+ lboLanguages,
+ &ContactEditorData.HomeLanguageList,
+ &ContactEditorData.HomeLanguageListPref,
+ lboHomeLanguages,
+ &ContactEditorData.BusinessLanguageList,
+ &ContactEditorData.BusinessLanguageListPref,
+ lboBusinessLanguages,
+ &LangCount);
for (std::map<int,wxString>::iterator iter = ContactFileLines.begin();
iter != ContactFileLines.end(); ++iter){
LoadTelephone(wxSPropertySeg1, wxSPropertySeg2, &TelCount);
- } else if (wxSProperty == wxT("LANG")){
+ }/* else if (wxSProperty == wxT("LANG")){
// See frmContactEditor-LoadLanguage.cpp
LoadLanguage(wxSPropertySeg1, wxSPropertySeg2, &LangCount);
- } else if (wxSProperty == wxT("GEO")){
+ }*/ else if (wxSProperty == wxT("GEO")){
// See frmContactEditor-LoadGeo.cpp