1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

Rename IDC_FUNCTILDE from "VT400" to "ESC[n~" because another VT400 now

exists!

[originally from svn r696]
This commit is contained in:
Simon Tatham 2000-10-10 08:20:26 +00:00
parent 7b444de332
commit a453e02987

View File

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