From: Sean E. <sea...@us...> - 2002-08-25 10:51:27
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv7426/src/protocols/yahoo Modified Files: yahoo.c Log Message: 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. Index: yahoo.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- yahoo.c 1 May 2002 04:26:01 -0000 1.43 +++ yahoo.c 25 Aug 2002 10:51:24 -0000 1.44 @@ -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); } } |