[gaim-migrate @ 9356]

Wed, 07 Apr 2004 23:28:44 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Wed, 07 Apr 2004 23:28:44 +0000
changeset 8605
4bf21e6acd50
parent 8604
5fafac61e1c9
child 8606
a3f08a4421b8

[gaim-migrate @ 9356]
Down with TOC. Up with tall buildings.

src/protocols/toc/toc.c file | annotate | diff | comparison | revisions
--- 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);

mercurial