comparison src/protocols/msn/msn.c @ 7896:4294afe670ad

[gaim-migrate @ 8556] Since the channel topic and the on-join message aren't enough to get people to read the FAQ, maybe it will help if they see this message before they ever come to see us. I'm not expecting anything, though... The average person has to be exposed to a piece of information seven times before reliably recalling it, and MSN users don't seem to be what I would call "average". committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sat, 20 Dec 2003 19:36:14 +0000
parents 99ffabc6ce73
children e51fddcfc136
comparison
equal deleted inserted replaced
7895:ddd80ffd3815 7896:4294afe670ad
452 gc = gaim_account_get_connection(account); 452 gc = gaim_account_get_connection(account);
453 453
454 if (!gaim_ssl_is_supported()) 454 if (!gaim_ssl_is_supported())
455 { 455 {
456 gaim_connection_error(gc, 456 gaim_connection_error(gc,
457 _("SSL support is needed for MSN. Please install it.")); 457 _("SSL support is needed for MSN. Please install a supported SSL library. See http://gaim.sf.net/faq-ssl.php for more information."));
458 458
459 return; 459 return;
460 } 460 }
461 461
462 if (gaim_account_get_bool(account, "http_method", FALSE)) 462 if (gaim_account_get_bool(account, "http_method", FALSE))