# HG changeset patch # User Mark Doliner # Date 1081381770 0 # Node ID f8f46bef7450fc403b1154ef5d4dd7dc117da089 # Parent ad629dc46ed111ec47cc9ab9f75b165c7a82c198 [gaim-migrate @ 9358] *** empty log message *** committer: Tailor Script diff -r ad629dc46ed1 -r f8f46bef7450 src/protocols/toc/toc.c --- a/src/protocols/toc/toc.c Wed Apr 07 23:46:51 2004 +0000 +++ b/src/protocols/toc/toc.c Wed Apr 07 23:49:30 2004 +0000 @@ -164,8 +164,6 @@ 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);