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:
parent
7b444de332
commit
a453e02987
2
windlg.c
2
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user