changeset 13676:1f1dc7f4cd29

[gaim-migrate @ 16078] Give the "Set User Info" window a title. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 21 Apr 2006 04:14:29 +0000
parents 53fdb7cc6940
children 7f5b3313dd07
files src/account.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/account.c	Fri Apr 21 04:03:53 2006 +0000
+++ b/src/account.c	Fri Apr 21 04:14:29 2006 +0000
@@ -1169,7 +1169,7 @@
 			   _("Change user information for %s"),
 			   gaim_account_get_username(account));
 
-	gaim_request_input(gc, NULL, primary, NULL,
+	gaim_request_input(gc, _("Set User Info"), primary, NULL,
 					   gaim_account_get_user_info(account),
 					   TRUE, FALSE, ((gc != NULL) &&
 					   (gc->flags & GAIM_CONNECTION_HTML) ? "html" : NULL),