From 08c1ca1936310779f49079d884d3702eb7cc6619 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 9 Sep 2001 10:35:56 +0000 Subject: [PATCH] Oops - changing the prototype of statictext() affected puttygen.c too [originally from svn r1256] --- puttygen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/puttygen.c b/puttygen.c index 3a02abfc..12699685 100644 --- a/puttygen.c +++ b/puttygen.c @@ -518,9 +518,9 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg, IDC_TITLE); beginbox(&cp, "Key", IDC_BOX_KEY); cp2 = cp; - statictext(&cp2, "No key.", IDC_NOKEY); + statictext(&cp2, "No key.", 1, IDC_NOKEY); cp2 = cp; - statictext(&cp2, "", IDC_GENERATING); + statictext(&cp2, "", 1, IDC_GENERATING); progressbar(&cp2, IDC_PROGRESS); bigeditctrl(&cp, "&Public key for pasting into authorized_keys file:",