X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/73ca1783e8c72437ae0f0962e9a793f8853eeec5..9e3a3317ecc364296a6a8b05c20a7fc19826e22d:/windows/windlg.c?ds=sidebyside 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,