From 982c2483e2db0096ce867002604f10ed5826f285 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 12 Oct 2000 09:10:45 +0000 Subject: [PATCH] Stop the SSH panel appearing in PuTTYtel git-svn-id: svn://svn.tartarus.org/sgt/putty@705 cda61777-01e9-0310-a592-d414129be87e --- windlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0