]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Windows PuTTYgen: stop saying "Pageant" in the About box!
authorSimon Tatham <anakin@pobox.com>
Wed, 6 Apr 2016 13:12:45 +0000 (14:12 +0100)
committerSimon Tatham <anakin@pobox.com>
Wed, 6 Apr 2016 13:12:45 +0000 (14:12 +0100)
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

index bff5ae874547220e67d0584dcc9e61b3abd0b9f9..69171bc2947809625673e65bcfd9982be42b29c3 100644 (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);