comparison src/protocols/toc/toc.c @ 7841:0555e59dfba9

[gaim-migrate @ 8494] A few more minor updates to the Join Chat dialog. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 13 Dec 2003 01:16:23 +0000
parents 08c9d0dcf906
children 1b8261f374ea
comparison
equal deleted inserted replaced
7840:13334c29799b 7841:0555e59dfba9
1254 { 1254 {
1255 GList *m = NULL; 1255 GList *m = NULL;
1256 struct proto_chat_entry *pce; 1256 struct proto_chat_entry *pce;
1257 1257
1258 pce = g_new0(struct proto_chat_entry, 1); 1258 pce = g_new0(struct proto_chat_entry, 1);
1259 pce->label = _("Join what group:"); 1259 pce->label = _("_Group:");
1260 pce->identifier = "room"; 1260 pce->identifier = "room";
1261 m = g_list_append(m, pce); 1261 m = g_list_append(m, pce);
1262 1262
1263 pce = g_new0(struct proto_chat_entry, 1); 1263 pce = g_new0(struct proto_chat_entry, 1);
1264 pce->label = _("Exchange:"); 1264 pce->label = _("_Exchange:");
1265 pce->identifier = "exchange"; 1265 pce->identifier = "exchange";
1266 pce->is_int = TRUE; 1266 pce->is_int = TRUE;
1267 pce->min = 4; 1267 pce->min = 4;
1268 pce->max = 20; 1268 pce->max = 20;
1269 m = g_list_append(m, pce); 1269 m = g_list_append(m, pce);