X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/374330e25a6b51c40436fa869a381dd510790f6e..f25da523d156f0d30858552e0eec860462df1ca8:/win_res.h diff --git a/win_res.h b/win_res.h index 56c7a0c7..a956cfa7 100644 --- a/win_res.h +++ b/win_res.h @@ -19,8 +19,10 @@ #define IDN_LIST 1001 #define IDA_ICON 1001 -#define IDA_TEXT 1002 -#define IDA_LICENCE 1003 +#define IDA_TEXT1 1002 +#define IDA_VERSION 1003 +#define IDA_TEXT2 1004 +#define IDA_LICENCE 1005 #define IDC_TAB 1001 #define IDC_ABOUT 1002 @@ -73,6 +75,7 @@ #define IDC2_VTOEMANSI 1015 #define IDC2_VTOEMONLY 1016 #define IDC2_VTPOORMAN 1017 +#define IDC2_LFHASCR 1018 #define IDC3_TTSTATIC 1001 #define IDC3_TTEDIT 1002 @@ -92,6 +95,11 @@ #define IDC3_EMBSD 1016 #define IDC3_EMRFC 1017 +#define IDC3_NOPTY 1018 +#define IDC3_CIPHERSTATIC 1019 +#define IDC3_CIPHER3DES 1020 +#define IDC3_CIPHERBLOWF 1021 + #define IDC4_MBSTATIC 1001 #define IDC4_MBWINDOWS 1002 #define IDC4_MBXTERM 1003