Mercurial > pidgin
diff src/protocols/yahoo/yahoo.c @ 3427:8fa61405af2b
[gaim-migrate @ 3453]
Who never commits anything *now*, Etan?
I changed most of the error message text around. If you think any of it
should be different, just let me know, or send a patch.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sun, 25 Aug 2002 10:51:24 +0000 |
| parents | df6981a51853 |
| children | 7a3f16a375a5 |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Sun Aug 25 06:08:15 2002 +0000 +++ b/src/protocols/yahoo/yahoo.c Sun Aug 25 10:51:24 2002 +0000 @@ -450,7 +450,7 @@ case 60: /* no clue */ break; case 16: /* Custom error message */ - do_error_dialog(pair->value, "Gaim -- Yahoo! Error"); + do_error_dialog(pair->value, NULL, GAIM_ERROR); break; default: debug_printf("unknown status key %d\n", pair->key); @@ -591,7 +591,7 @@ msg[j] = 0; serv_got_im(gc, from, msg, 0, tm, -1); } else if (pkt->status == 2) { - do_error_dialog(_("Your message did not get sent."), _("Gaim - Error")); + do_error_dialog(_("Your Yahoo! message did not get sent."), NULL, GAIM_ERROR); } }
