Mercurial > pidgin
diff src/multi.c @ 4772:6fe8008d6560
[gaim-migrate @ 5091]
Chip, sorry if this conflicts with your buddy pounce stuff.
Also, uh, I dunno, there wasn't a reason that some of these
windows didn't have titles, was there? I figured "Gaim"
is better than nothing.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Fri, 14 Mar 2003 15:45:38 +0000 |
| parents | c4c28874ecd3 |
| children | 85c6c3a60503 |
line wrap: on
line diff
--- a/src/multi.c Fri Mar 14 14:28:57 2003 +0000 +++ b/src/multi.c Fri Mar 14 15:45:38 2003 +0000 @@ -1209,7 +1209,7 @@ p->account = account; passes = g_slist_append(passes, p); - p->win = gtk_dialog_new_with_buttons("", NULL, 0, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, + p->win = gtk_dialog_new_with_buttons("Gaim", NULL, 0, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, _("_Login"), GTK_RESPONSE_YES, NULL); gtk_dialog_set_default_response (GTK_DIALOG(p->win), GTK_RESPONSE_YES);
