Mercurial > pidgin.yaz
changeset 21815:ef781d8d2ec1
(13:35:59) KeaponLaffin: so which SSL libraries are supported?
(13:36:01) LSchiere2: faq-ssl
(13:36:05) LSchiere2: in the wiki
(13:36:27) elb: doesn't that error message point ot the FAQ?
(13:36:31) elb: if not, it should :-P
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 11 Dec 2007 18:41:33 +0000 |
parents | d20a1c190c2f |
children | c03139b26b77 |
files | libpurple/protocols/msn/msn.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c Tue Dec 11 01:34:18 2007 +0000 +++ b/libpurple/protocols/msn/msn.c Tue Dec 11 18:41:33 2007 +0000 @@ -847,7 +847,7 @@ purple_connection_error_reason (gc, PURPLE_CONNECTION_ERROR_NO_SSL_SUPPORT, _("SSL support is needed for MSN. Please install a supported " - "SSL library.")); + "SSL library. See the FAQ at http://developer.pidgin.im/wiki/FAQssl")); return; }