From: <the...@us...> - 2006-04-21 04:14:36
|
Revision: 16078 Author: thekingant Date: 2006-04-20 21:14:29 -0700 (Thu, 20 Apr 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16078&view=rev Log Message: ----------- Give the "Set User Info" window a title. Modified Paths: -------------- trunk/src/account.c Modified: trunk/src/account.c =================================================================== --- trunk/src/account.c 2006-04-21 04:03:53 UTC (rev 16077) +++ trunk/src/account.c 2006-04-21 04:14:29 UTC (rev 16078) @@ -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), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |