]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
A couple of UI tweaks in puttygen
authorSimon Tatham <anakin@pobox.com>
Fri, 20 Oct 2000 10:47:46 +0000 (10:47 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 20 Oct 2000 10:47:46 +0000 (10:47 +0000)
[originally from svn r725]

puttygen.c
puttygen.rc

index eb5a6980111bb5508014f71e0081702bacd1d2d3..8a361e50a219f2f7751896e2d947307a9b10f71a 100644 (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);
index c6152d93609b4a46aefb205dbb9a554688dad45b..dde793c900db21cc14ba7b013fc1e27662b402f8 100644 (file)
@@ -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"