From: simon Date: Thu, 12 Oct 2000 09:10:45 +0000 (+0000) Subject: Stop the SSH panel appearing in PuTTYtel X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/982c2483e2db0096ce867002604f10ed5826f285?hp=fcbb94d3f7a319dcb2b1808e99e4c999be97b6ac Stop the SSH panel appearing in PuTTYtel git-svn-id: svn://svn.tartarus.org/sgt/putty@705 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/windlg.c b/windlg.c index 4ef37d99..c9e130b7 100644 --- a/windlg.c +++ b/windlg.c @@ -1546,7 +1546,7 @@ static int GenericMainDlgProc (HWND hwnd, UINT msg, } /* The SSH panel. Accelerators used: [acgo] rmakwp123bd */ - { + if (backends[2].backend != NULL) { struct ctlpos cp; ctlposinit(&cp, hwnd, 80, 3, 13); if (dlgtype == 0) {