1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

Windows PuTTYgen: stop saying "Pageant" in the About box!

Ahem. Cut-and-paste goof that I introduced in commit 2eb952ca3, when I
moved the application names out of separate text controls in the
resource-file dialog descriptions.
This commit is contained in:
Simon Tatham 2016-04-06 14:12:45 +01:00
parent 0ac3526b3e
commit 8552f5cb9a

View File

@ -298,7 +298,7 @@ static INT_PTR CALLBACK AboutProc(HWND hwnd, UINT msg,
{
char *text = dupprintf
("Pageant\r\n\r\n%s\r\n\r\n%s",
("PuTTYgen\r\n\r\n%s\r\n\r\n%s",
ver,
"\251 " SHORT_COPYRIGHT_DETAILS ". All rights reserved.");
SetDlgItemText(hwnd, 1000, text);