# HG changeset patch # User Mark Doliner # Date 1081380524 0 # Node ID e0a2077a67f54346fe6c726d80bb83684b02adfb # Parent d9e449b6dc78c89feb9b34fda24e12c75fafbcb6 [gaim-migrate @ 9356] Down with TOC. Up with tall buildings. committer: Tailor Script diff -r d9e449b6dc78 -r e0a2077a67f5 src/protocols/toc/toc.c --- 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 highly 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);