From: Steve Brokenshire <sbrokenshire@xestia.co.uk>
Date: Wed, 29 Jun 2016 08:24:40 +0000 (+0100)
Subject: Correct comment saying LANGUAGE to MEDIATYPE for SaveSource
X-Git-Tag: release-0.14~47
X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=7149504ac7a1c8948c3449a5f21e82f7ca89853d;p=xestiaab%2F.git

Correct comment saying LANGUAGE to MEDIATYPE for SaveSource
---

diff --git a/source/contacteditor/cdo/ContactDataObject-Save.cpp b/source/contacteditor/cdo/ContactDataObject-Save.cpp
index c3c9b4a..aee2638 100644
--- a/source/contacteditor/cdo/ContactDataObject-Save.cpp
+++ b/source/contacteditor/cdo/ContactDataObject-Save.cpp
@@ -344,7 +344,7 @@ void ContactDataObject::SaveSource(map<int, wxString> *SourceList, map<int, wxSt
 			
 		}
 
-		// Check if there is a value for LANGUAGE.
+		// Check if there is a value for MEDIATYPE.
 		
 		if ((*SourceListMediatype)[SourceIter->first].size() > 0){