From e0ad00f264731698921308217c633d887464b884 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 20 Oct 2000 09:36:11 +0000 Subject: [PATCH] Adjust the title of the PuTTYgen window [originally from svn r718] --- puttygen.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puttygen.rc b/puttygen.rc index 36af726b..c6152d93 100644 --- a/puttygen.rc +++ b/puttygen.rc @@ -7,7 +7,7 @@ 201 DIALOG DISCARDABLE 0, 0, 300, 300 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "PuTTYgen Key Generator" +CAPTION "PuTTY Key Generator" FONT 8, "MS Sans Serif" BEGIN END