From: simon Date: Tue, 10 Oct 2000 08:20:26 +0000 (+0000) Subject: Rename IDC_FUNCTILDE from "VT400" to "ESC[n~" because another VT400 now X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/8ba2df8bf3d101e4f7c7e4dd3cd6fa249dd80a52 Rename IDC_FUNCTILDE from "VT400" to "ESC[n~" because another VT400 now exists! git-svn-id: svn://svn.tartarus.org/sgt/putty@696 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/windlg.c b/windlg.c index 914559a0..8ada1f48 100644 --- 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);