mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -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:
@ -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);
|
||||
|
Reference in New Issue
Block a user