1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Oops - changing the prototype of statictext() affected puttygen.c too

[originally from svn r1256]
This commit is contained in:
Simon Tatham 2001-09-09 10:35:56 +00:00
parent d27684019b
commit 08c1ca1936

View 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:",