1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 20:42:48 -05:00

Oleg Panashchenko's Cyrillic support patch

[originally from svn r277]
This commit is contained in:
Simon Tatham
1999-11-08 11:08:09 +00:00
parent 97994b235d
commit e913e99b40
9 changed files with 192 additions and 25 deletions

View File

@ -11,6 +11,7 @@
#define IDD_PANEL35 107
#define IDD_PANEL4 108
#define IDD_PANEL5 109
#define IDD_PANEL6 114
#define IDD_LOGBOX 110
#define IDD_ABOUTBOX 111
#define IDD_RECONF 112
@ -124,4 +125,7 @@
#define IDC5_BVALUE 1010
#define IDC5_CHANGE 1011
#define IDC6_ENABLEKOIWINXLAT 1001
#define IDC6_CAPSLOCKCYR 1002
#endif