comparison src/protocols/jabber/jabber.c @ 4115:474265997752

[gaim-migrate @ 4332] Nicola's Lichtmaier (niqueco) " Marked some translatable strings in the protocol plugins (mostly the configuration widgets)." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 23 Dec 2002 15:18:24 +0000
parents ee884f1d7ae3
children a614423c648f
comparison
equal deleted inserted replaced
4114:fa5075168c23 4115:474265997752
4219 ret->file_transfer_data_chunk = NULL; /* TODO */ 4219 ret->file_transfer_data_chunk = NULL; /* TODO */
4220 ret->file_transfer_done = jabber_file_transfer_done; 4220 ret->file_transfer_done = jabber_file_transfer_done;
4221 ret->file_transfer_cancel = jabber_file_transfer_cancel; 4221 ret->file_transfer_cancel = jabber_file_transfer_cancel;
4222 4222
4223 puo = g_new0(struct proto_user_opt, 1); 4223 puo = g_new0(struct proto_user_opt, 1);
4224 puo->label = g_strdup("Port:"); 4224 puo->label = g_strdup(_("Port:"));
4225 puo->def = g_strdup("5222"); 4225 puo->def = g_strdup("5222");
4226 puo->pos = USEROPT_PORT; 4226 puo->pos = USEROPT_PORT;
4227 ret->user_opts = g_list_append(ret->user_opts, puo); 4227 ret->user_opts = g_list_append(ret->user_opts, puo);
4228 4228
4229 my_protocol = ret; 4229 my_protocol = ret;