X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/73ca1783e8c72437ae0f0962e9a793f8853eeec5..798a50bf16c5c2b5c304643a77851d41088f5c16:/windows/windlg.c diff --git a/windows/windlg.c b/windows/windlg.c index beedeb2c..7377cd3a 100644 --- a/windows/windlg.c +++ b/windows/windlg.c @@ -649,6 +649,7 @@ int do_config(void) dp.wintitle = dupprintf("%s Configuration", appname); dp.errtitle = dupprintf("%s Error", appname); dp.data = &cfg; + dlg_auto_set_fixed_pitch_flag(&dp); dp.shortcuts['g'] = TRUE; /* the treeview: `Cate&gory' */ ret = @@ -682,6 +683,7 @@ int do_reconfig(HWND hwnd, int protcfginfo) dp.wintitle = dupprintf("%s Reconfiguration", appname); dp.errtitle = dupprintf("%s Error", appname); dp.data = &cfg; + dlg_auto_set_fixed_pitch_flag(&dp); dp.shortcuts['g'] = TRUE; /* the treeview: `Cate&gory' */ ret = SaneDialogBox(hinst, MAKEINTRESOURCE(IDD_MAINBOX), NULL,