Mercurial > pidgin
changeset 10573:2d809781816f
[gaim-migrate @ 11964]
Methinks this should have a title.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 04 Feb 2005 23:42:33 +0000 |
parents | ed2b8b432525 |
children | 77ef3f2f0df8 |
files | src/connection.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/connection.c Fri Feb 04 05:54:31 2005 +0000 +++ b/src/connection.c Fri Feb 04 23:42:33 2005 +0000 @@ -182,7 +182,8 @@ escaped = g_markup_escape_text(username, strlen(username)); primary = g_strdup_printf(_("Enter password for %s (%s)"), escaped, gaim_account_get_protocol_name(account)); - gaim_request_input(gc, NULL, primary, NULL, NULL, FALSE, TRUE, NULL, + gaim_request_input(gc, _("Enter Password"), primary, NULL, NULL, + FALSE, TRUE, NULL, _("OK"), G_CALLBACK(request_pass_ok_cb), _("Cancel"), NULL, account); g_free(primary);