From: simon Date: Sun, 9 Sep 2001 10:35:56 +0000 (+0000) Subject: Oops - changing the prototype of statictext() affected puttygen.c too X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/ca68ebcabc42d274706f1ce9df2ee90f9f9f7b29?hp=66ee282adab99e6ef6ab7e09700611c89d87c97c Oops - changing the prototype of statictext() affected puttygen.c too git-svn-id: svn://svn.tartarus.org/sgt/putty@1256 cda61777-01e9-0310-a592-d414129be87e --- 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:",