comparison libpurple/protocols/msn/msn.c @ 15437:42961709cb30

This should be the last of the string changes
author Sean Egan <seanegan@gmail.com>
date Sat, 27 Jan 2007 11:41:32 +0000
parents 21bc8d84974f
children 0b6f337a46d5
comparison
equal deleted inserted replaced
15436:9c0cf4db1f4d 15437:42961709cb30
721 if (!gaim_ssl_is_supported()) 721 if (!gaim_ssl_is_supported())
722 { 722 {
723 gc->wants_to_die = TRUE; 723 gc->wants_to_die = TRUE;
724 gaim_connection_error(gc, 724 gaim_connection_error(gc,
725 _("SSL support is needed for MSN. Please install a supported " 725 _("SSL support is needed for MSN. Please install a supported "
726 "SSL library. See http://gaim.sf.net/faq-ssl.php for more " 726 "SSL library."));
727 "information."));
728
729 return; 727 return;
730 } 728 }
731 729
732 http_method = gaim_account_get_bool(account, "http_method", FALSE); 730 http_method = gaim_account_get_bool(account, "http_method", FALSE);
733 731