--- trunk/xvidcore/vfw/src/config.c 2005/01/10 05:35:56 1593 +++ trunk/xvidcore/vfw/src/config.c 2005/01/10 06:07:07 1594 @@ -1707,7 +1707,7 @@ if (s->chroma_opt) strcat(tmp, "O "); - if (s->chroma_opt) + if (s->cartoon_mode) strcat(tmp, "C "); ListView_SetItemText(hDlg, i, 2, tmp);