Mercurial > pidgin.yaz
diff src/multi.c @ 1708:eeb0cfe710b1
[gaim-migrate @ 1718]
one of my friends requested this, and since i was bored i did it for him.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 13 Apr 2001 04:35:17 +0000 |
| parents | 8b0c165a33f4 |
| children | f42ce672c560 |
line wrap: on
line diff
--- a/src/multi.c Thu Apr 12 23:57:39 2001 +0000 +++ b/src/multi.c Fri Apr 13 04:35:17 2001 +0000 @@ -835,7 +835,7 @@ void hide_login_progress(struct gaim_connection *gc, char *why) { char buf[2048]; - sprintf(buf, _("%s was unable to sign on: %s"), gc->username, why); + sprintf(buf, _("%s\n%s was unable to sign on: %s"), full_date(), gc->username, why); do_error_dialog(buf, _("Signon Error")); if (gc->meter) gtk_widget_destroy(gc->meter);
