--- trunk/xvidcore/vfw/src/config.c 2004/04/19 12:42:01 1439 +++ trunk/xvidcore/vfw/src/config.c 2004/04/19 13:40:54 1440 @@ -2012,6 +2012,8 @@ case IDC_DEFAULTS : config_reg_default(config); + SendDlgItemMessage(hDlg, IDC_PROFILE, CB_SETCURSEL, config->profile, 0); + SendDlgItemMessage(hDlg, IDC_MODE, CB_SETCURSEL, config->mode, 0); main_mode(hDlg, config); main_upload(hDlg, config); break;