Rename IDC_FUNCTILDE from "VT400" to "ESC[n~" because another VT400 now
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 10 Oct 2000 08:20:26 +0000 (08:20 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 10 Oct 2000 08:20:26 +0000 (08:20 +0000)
exists!

git-svn-id: svn://svn.tartarus.org/sgt/putty@696 cda61777-01e9-0310-a592-d414129be87e

windlg.c

index 914559a..8ada1f4 100644 (file)
--- a/windlg.c
+++ b/windlg.c
@@ -1367,7 +1367,7 @@ static int GenericMainDlgProc (HWND hwnd, UINT msg,
                      "&Standard", IDC_HOMETILDE,
                      "&rxvt", IDC_HOMERXVT, NULL);
            radioline(&cp, "The Function keys and keypad", IDC_FUNCSTATIC, 4,
-                     "&VT400", IDC_FUNCTILDE,
+                     "ESC[n&~", IDC_FUNCTILDE,
                      "&Linux", IDC_FUNCLINUX,
                      "&Xterm R6", IDC_FUNCXTERM,
                       "&VT400", IDC_FUNCVT400, NULL);