X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e4a6f5371e3768e111e566ddeff061b5247e53b1..26d1da7b02a1b4190877777183bd7be2087bc6d2:/wincfg.c diff --git a/wincfg.c b/wincfg.c index c094eb77..992d5dbf 100644 --- a/wincfg.c +++ b/wincfg.c @@ -271,6 +271,10 @@ void win_setup_config_box(struct controlbox *b, HWND *hwndp, int has_help, ctrl_checkbox(s, "Attempt to use logical palettes", 'l', HELPCTX(colours_logpal), dlg_stdcheckbox_handler, I(offsetof(Config,try_palette))); + ctrl_checkbox(s, "Use system colours", 's', + HELPCTX(colours_system), + dlg_stdcheckbox_handler, I(offsetof(Config,system_colour))); + /* * Resize-by-changing-font is a Windows insanity.