1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-06 22:12:47 -05:00

A couple of UI tweaks in puttygen

[originally from svn r725]
This commit is contained in:
Simon Tatham
2000-10-20 10:47:46 +00:00
parent 450905f02c
commit 26ff0d4e75
2 changed files with 3 additions and 3 deletions

View File

@ -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);