X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/47e4e7359053574f16061e9d692394fc9f2f3b74..0f9156194d42033ea53cf6242cf6f33e78159532:/unix/uxcfg.c diff --git a/unix/uxcfg.c b/unix/uxcfg.c index ff683686..409c06c2 100644 --- a/unix/uxcfg.c +++ b/unix/uxcfg.c @@ -43,6 +43,14 @@ void unix_setup_config_box(struct controlbox *b, int midsession) */ /* + * On Unix, we don't have a drop-down list for the printer + * control. + */ + s = ctrl_getset(b, "Terminal", "printing", "Remote-controlled printing"); + assert(s->ncontrols == 1 && s->ctrls[0]->generic.type == CTRL_EDITBOX); + s->ctrls[0]->editbox.has_list = 0; + + /* * GTK makes it rather easier to put the scrollbar on the left * than Windows does! */