Replaced 0 with LISTBOX_APPEND_AT_END.

This commit is contained in:
Roland Illig 2005-08-15 21:46:34 +00:00
parent 7152139ad6
commit 66d059bcdf

View File

@ -258,7 +258,8 @@ do_enter_key (Dlg_head * h, int f_pos)
/* get new listboxes */
chl_list = listbox_new (1, 1, 15, 11, NULL);
listbox_add_item (chl_list, 0, 0, "<Unknown>", NULL);
listbox_add_item (chl_list, LISTBOX_APPEND_AT_END, 0,
"<Unknown>", NULL);
if (is_owner) {
/* get and put user names in the listbox */