]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Jacob's fix to the resize-behaviour GUI
authorSimon Tatham <anakin@pobox.com>
Sat, 24 Nov 2001 13:11:28 +0000 (13:11 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 24 Nov 2001 13:11:28 +0000 (13:11 +0000)
[originally from svn r1407]

windlg.c

index cb4b2b5301ec0fcb61ef9b42c53275b0d5605a12..f48051c71ac7b39ef1d0ccee257b900db9fc98a8 100644 (file)
--- a/windlg.c
+++ b/windlg.c
@@ -1048,7 +1048,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
     }
 
     if (panel == windowpanelstart) {
-       /* The Window panel. Accelerators used: [acgo] rmznb sdikp w4ylt f */
+       /* The Window panel. Accelerators used: [acgo] rmz sdikp w4ylt f */
        struct ctlpos cp;
        ctlposinit(&cp, hwnd, 80, 3, 13);
        bartitle(&cp, "Options controlling PuTTY's window",
@@ -1057,10 +1057,10 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
        multiedit(&cp,
                  "&Rows", IDC_ROWSSTATIC, IDC_ROWSEDIT, 50,
                  "Colu&mns", IDC_COLSSTATIC, IDC_COLSEDIT, 50, NULL);
-       radioline(&cp, "Action when the window is resized:", IDC_RESIZESTATIC,
-                 3, "Resi&ze terminal", IDC_RESIZETERM,
-                 "Change fo&nt", IDC_RESIZEFONT,
-                 "For&bid resizing", IDC_RESIZENONE, NULL);
+       radioline(&cp, "When window is resi&zed, change:", IDC_RESIZESTATIC,
+                 3, "Terminal size", IDC_RESIZETERM,
+                 "Font size", IDC_RESIZEFONT,
+                 "Forbid resize", IDC_RESIZENONE, NULL);
        endbox(&cp);
        beginbox(&cp, "Control the scrollback in the window",
                 IDC_BOX_WINDOW2);