From 8552f5cb9ab9d0c5a654bef71783bd93d2b42cf2 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 6 Apr 2016 14:12:45 +0100 Subject: [PATCH] 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. --- windows/winpgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/winpgen.c b/windows/winpgen.c index bff5ae87..69171bc2 100644 --- a/windows/winpgen.c +++ b/windows/winpgen.c @@ -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);