Changeset 931 for branches/client-3.0/src/rc
- Timestamp:
- Jul 26, 2016, 11:29:20 AM (9 years ago)
- Location:
- branches/client-3.0/src/rc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-3.0/src/rc/rc.dlg
r930 r931 36 36 DT_WORDBREAK 37 37 AUTOCHECKBOX "", CHK_KRB5SUPPORT, 180, 142, 10, 10, WS_GROUP 38 LTEXT "Support NTLMv1", LBL_NTLMv1SUPPORT, 195, 150, 52, 10, 39 DT_WORDBREAK 40 AUTOCHECKBOX "", CHK_NTLMv1SUPPORT, 180, 152, 10, 10, WS_GROUP 38 41 PUSHBUTTON "Cancel", DID_CANCEL, 7, 6, 56, 14 39 42 PRESPARAMS PP_FONTNAMESIZE, "9.WarpSans Bold" -
branches/client-3.0/src/rc/rc.h
r930 r931 25 25 #define LBL_KRB5SUPPORT 1028 26 26 #define CHK_KRB5SUPPORT 1029 27 #define LBL_NTLMv1SUPPORT 1030 28 #define CHK_NTLMv1SUPPORT 1031 27 29 #define LBL_CACHETIMEOUT 1014 28 30 #define SPIN_CACHETIMEOUT 1015 -
branches/client-3.0/src/rc/rc.rc_
r930 r931 49 49 " easupport - 0 to not support EA, 1 to support\r\n" 50 50 " krb5support - 0 to not support kerberos authentication, 1 to support\r\n" 51 " NTLMv1 auth support - 0 to not support NTLMv1 authentication (default), 1 to support\r\n" 51 52 "\r\n" 52 53 } … … 131 132 132 133 RCDATA (DLG_ID + 12) 134 { 135 CHK_NTLMv1SUPPORT, PARMTYPE_INT, 0L, 1L, "ntlmv1support", "%d", 0L 136 } 137 138 RCDATA (DLG_ID + 13) 139 { 133 140 1 134 141 }
Note:
See TracChangeset
for help on using the changeset viewer.