# HG changeset patch # User Eric Warmenhoven # Date 987136517 0 # Node ID eeb0cfe710b11998974378578517ccf9bb7b9cd2 # Parent 5417bf0c8e2802cb1781e12edce1597351c8a969 [gaim-migrate @ 1718] one of my friends requested this, and since i was bored i did it for him. committer: Tailor Script diff -r 5417bf0c8e28 -r eeb0cfe710b1 src/multi.c --- 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);