--- branches/release-1_0-branch/xvidcore/vfw/src/config.c 2004/04/19 12:42:01 1439 +++ branches/release-1_0-branch/xvidcore/vfw/src/config.c 2004/04/19 13:40:54 1440 @@ -1995,6 +1995,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;