window title for password entry
James Hong
greyeye at gmail.com
Fri Jun 26 08:42:03 EDT 2009
Hi
I would like to change the window title for password entry from PIDGIN
to something unique to (eg, "enter password")
I have looked the line 1118 at account.c
purple_request_fields(account,
NULL,
primary,
NULL,
fields,
_("OK"), ok_cb,
_("Cancel"), cancel_cb,
account, NULL, NULL,
user_data);
and tried to change NULL to other strings but it doesnt seems to affect
the window title.
Can anyone provide me a light on this ?
Thanks
James H
More information about the Support
mailing list