changeset 20695:bedd56240914

propagate from branch 'im.pidgin.pidgin.2.2.1' (head 0a3d37418d9f633be9e197c09bf5b61d32dc5585) to branch 'im.pidgin.pidgin' (head bfad2fefb460d1ff0a1188cd3077334914f33810)
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Sep 2007 20:30:26 +0000
parents d94432a338ab (diff) d35d761ded1a (current diff)
children 2a5206e40e8c
files libpurple/protocols/msn/msn-utils.c libpurple/protocols/msn/msn-utils.h po/lo.po
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/certificate.c	Fri Sep 28 20:29:06 2007 +0000
+++ b/libpurple/certificate.c	Fri Sep 28 20:30:26 2007 +0000
@@ -540,7 +540,7 @@
 
 	/* Determine whether the name matches */
 	if (purple_certificate_check_subject_name(crt, vrq->subject_name)) {
-		cn_match = _("");
+		cn_match = "";
 	} else {
 		cn_match = _("(DOES NOT MATCH)");
 	}