--- config.c 2004/04/16 07:35:02 1.2.2.1 +++ config.c 2004/04/19 13:39:35 1.2.2.2 @@ -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;