# HG changeset patch # User Eric Warmenhoven # Date 999736031 0 # Node ID 6d5f7cbf1882ced89bfc5d5d63fb71c2ec76cff8 # Parent f7f5a23b6f76e5e1e6c2e8f837d412c3bbb15cd1 [gaim-migrate @ 2228] things committer: Tailor Script diff -r f7f5a23b6f76 -r 6d5f7cbf1882 ChangeLog --- a/ChangeLog Thu Sep 06 00:24:06 2001 +0000 +++ b/ChangeLog Thu Sep 06 00:27:11 2001 +0000 @@ -4,6 +4,9 @@ * Updated German Translation (thanks Daniel Seifert) * Can change friendly name in MSN again * Bug fixes + * Auto-reconnect plugin has exponential timeout (i.e. it + tries after 8 seconds, then 16, then 32, etc. up to 17 + minutes) version 0.11.0-pre15 (08/28/2001): * MSN works again diff -r f7f5a23b6f76 -r 6d5f7cbf1882 src/dialogs.c --- a/src/dialogs.c Thu Sep 06 00:24:06 2001 +0000 +++ b/src/dialogs.c Thu Sep 06 00:27:11 2001 +0000 @@ -964,7 +964,7 @@ gtk_container_set_border_width(GTK_CONTAINER(table), 5); gtk_container_add(GTK_CONTAINER(frame), table); - label = gtk_label_new(_("Buddy")); + label = gtk_label_new(_("Contact")); gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 1, 0, 1); a->entry = gtk_entry_new();