Mercurial > pidgin.yaz
comparison src/protocols/irc/irc.c @ 6035:8c44020a958e
[gaim-migrate @ 6485]
gaim_request_input() now takes a masked bool, which, if enabled, masks the
text on the entry field so that it cannot be seen. Good for password input
requests, and what do you know, that's why this is written!
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 05 Jul 2003 21:54:19 +0000 |
parents | 6690934e5ea6 |
children | d8cd876e613e |
comparison
equal
deleted
inserted
replaced
6034:5a0060191a77 | 6035:8c44020a958e |
---|---|
1095 _("IRC Error")); | 1095 _("IRC Error")); |
1096 break; | 1096 break; |
1097 case 433: | 1097 case 433: |
1098 gaim_request_input(gc, NULL, _("That nick is already in use. " | 1098 gaim_request_input(gc, NULL, _("That nick is already in use. " |
1099 "Please enter a new nick"), | 1099 "Please enter a new nick"), |
1100 NULL, gaim_connection_get_display_name(gc), FALSE, | 1100 NULL, gaim_connection_get_display_name(gc), |
1101 FALSE, FALSE, | |
1101 _("OK"), G_CALLBACK(irc_change_nick), | 1102 _("OK"), G_CALLBACK(irc_change_nick), |
1102 _("Cancel"), NULL, gc); | 1103 _("Cancel"), NULL, gc); |
1103 break; | 1104 break; |
1104 default: | 1105 default: |
1105 /* Other error messages */ | 1106 /* Other error messages */ |