]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Oops - changing the prototype of statictext() affected puttygen.c too
authorSimon Tatham <anakin@pobox.com>
Sun, 9 Sep 2001 10:35:56 +0000 (10:35 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 9 Sep 2001 10:35:56 +0000 (10:35 +0000)
[originally from svn r1256]

puttygen.c

index 3a02abfce4d07597386ce2a5575b4ebfdf9e611e..1269968547bbbb70cf3190d3522ebb1c7833ee68 100644 (file)
@@ -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:",