comparison src/protocols/toc/toc.c @ 8607:f8f46bef7450

[gaim-migrate @ 9358] *** empty log message *** committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 07 Apr 2004 23:49:30 +0000
parents e0a2077a67f5
children 7024b595b6ae
comparison
equal deleted inserted replaced
8606:ad629dc46ed1 8607:f8f46bef7450
161 161
162 gc = gaim_account_get_connection(account); 162 gc = gaim_account_get_connection(account);
163 gc->proto_data = tdt = g_new0(struct toc_data, 1); 163 gc->proto_data = tdt = g_new0(struct toc_data, 1);
164 gc->flags |= GAIM_CONNECTION_HTML; 164 gc->flags |= GAIM_CONNECTION_HTML;
165 gc->flags |= GAIM_CONNECTION_AUTO_RESP; 165 gc->flags |= GAIM_CONNECTION_AUTO_RESP;
166
167 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."));
168 166
169 g_snprintf(buf, sizeof buf, _("Looking up %s"), 167 g_snprintf(buf, sizeof buf, _("Looking up %s"),
170 gaim_account_get_string(account, "server", TOC_HOST)); 168 gaim_account_get_string(account, "server", TOC_HOST));
171 gaim_connection_update_progress(gc, buf, 1, TOC_CONNECT_STEPS); 169 gaim_connection_update_progress(gc, buf, 1, TOC_CONNECT_STEPS);
172 170