From ec68f1043faae93f56c036077fb320db72914b47 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 20 Oct 2000 10:47:46 +0000 Subject: [PATCH] A couple of UI tweaks in puttygen git-svn-id: svn://svn.tartarus.org/sgt/putty@725 cda61777-01e9-0310-a592-d414129be87e --- puttygen.c | 4 ++-- puttygen.rc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/puttygen.c b/puttygen.c index eb5a6980..8a361e50 100644 --- a/puttygen.c +++ b/puttygen.c @@ -365,8 +365,8 @@ static int CALLBACK MainDlgProc (HWND hwnd, UINT msg, staticbtn(&cp, "Save the generated key to a new file", IDC_SAVESTATIC, "&Save", IDC_SAVE); endbox(&cp); - beginbox(&cp, "Actions", - IDC_BOX_ACTIONS, IDC_BOXT_ACTIONS); + beginbox(&cp, "Parameters", + IDC_BOX_PARAMS, IDC_BOXT_PARAMS); staticedit(&cp, "Number of &bits in a generated key:", IDC_BITSSTATIC, IDC_BITS, 20); endbox(&cp); diff --git a/puttygen.rc b/puttygen.rc index c6152d93..dde793c9 100644 --- a/puttygen.rc +++ b/puttygen.rc @@ -5,7 +5,7 @@ 200 ICON "puttygen.ico" -201 DIALOG DISCARDABLE 0, 0, 300, 300 +201 DIALOG DISCARDABLE 0, 0, 300, 276 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "PuTTY Key Generator" FONT 8, "MS Sans Serif" -- 2.11.0