changeset 8605:e0a2077a67f5

[gaim-migrate @ 9356] Down with TOC. Up with tall buildings. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 07 Apr 2004 23:28:44 +0000
parents d9e449b6dc78
children ad629dc46ed1
files src/protocols/toc/toc.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Wed Apr 07 07:36:52 2004 +0000
+++ b/src/protocols/toc/toc.c	Wed Apr 07 23:28:44 2004 +0000
@@ -164,6 +164,8 @@
 	gc->flags |= GAIM_CONNECTION_HTML;
 	gc->flags |= GAIM_CONNECTION_AUTO_RESP;
 
+	gaim_notify_warning(gc, NULL, _("You are using TOC."), _("You are using the TOC protocol to connect to the AOL Instant Messaging service.  It is <b>highly</b> recommend that you use the \"AIM/ICQ\" (oscar) protocol, instead.  You can change this by editing your AIM or ICQ account using the account editor."));
+
 	g_snprintf(buf, sizeof buf, _("Looking up %s"),
 			gaim_account_get_string(account, "server", TOC_HOST));
 	gaim_connection_update_progress(gc, buf, 1, TOC_CONNECT_STEPS);