Mercurial > pidgin.yaz
changeset 20270:d94432a338ab
Translating the empty string is a bad idea.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 28 Sep 2007 20:30:07 +0000 |
parents | e4719768af06 |
children | 1f27c4471ccf bedd56240914 |
files | libpurple/certificate.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/certificate.c Fri Sep 28 19:44:38 2007 +0000 +++ b/libpurple/certificate.c Fri Sep 28 20:30:07 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)"); }