comparison src/buddy_chat.c @ 5498:cce2d7868c78

[gaim-migrate @ 5894] Bye bye do_ask_dialog()! Mwahahahahhaha! And wit -> with. What wit with the witty with wit comment, wit you jutht thaw. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 23 May 2003 02:42:52 +0000
parents ad445074d239
children 2c4c975620f0
comparison
equal deleted inserted replaced
5497:3c7748b24410 5498:cce2d7868c78
245 gc = NULL; 245 gc = NULL;
246 } 246 }
247 247
248 if (gc == NULL) { 248 if (gc == NULL) {
249 gaim_notify_error(NULL, NULL, 249 gaim_notify_error(NULL, NULL,
250 _("You are not currently signed on wit any " 250 _("You are not currently signed on with any "
251 "protocols that have the ability to chat."), 251 "protocols that have the ability to chat."),
252 NULL); 252 NULL);
253 253
254 return; 254 return;
255 } 255 }