X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/85f6b361b444e7e5cec4e25d7c06aece2e932ae8..1957695ce47dd93c30efc48ca1f272a34c732841:/wincfg.c diff --git a/wincfg.c b/wincfg.c index c094eb77..4c3d8a94 100644 --- a/wincfg.c +++ b/wincfg.c @@ -3,8 +3,6 @@ * box. */ -#include - #include #include @@ -271,6 +269,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.