Changeset 930 for branches/client-3.0/src/rc
- Timestamp:
- Jul 25, 2016, 11:55:48 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
r519 r930 33 33 DT_WORDBREAK 34 34 AUTOCHECKBOX "", CHK_EASUPPORT, 180, 132, 10, 10, WS_GROUP 35 LTEXT "Supports KRB5", LBL_KRB5SUPPORT, 195, 140, 52, 10, 36 DT_WORDBREAK 37 AUTOCHECKBOX "", CHK_KRB5SUPPORT, 180, 142, 10, 10, WS_GROUP 35 38 PUSHBUTTON "Cancel", DID_CANCEL, 7, 6, 56, 14 36 39 PRESPARAMS PP_FONTNAMESIZE, "9.WarpSans Bold" -
branches/client-3.0/src/rc/rc.h
r519 r930 23 23 #define GB_CACHE 1025 24 24 #define GB_BROWSE 1027 25 #define LBL_KRB5SUPPORT 1028 26 #define CHK_KRB5SUPPORT 1029 25 27 #define LBL_CACHETIMEOUT 1014 26 28 #define SPIN_CACHETIMEOUT 1015 -
branches/client-3.0/src/rc/rc.rc_
r756 r930 48 48 " mastertype - 0 if 'master' is the name of master server, 1 if 'master' is the name of master workgroup\r\n" 49 49 " easupport - 0 to not support EA, 1 to support\r\n" 50 " krb5support - 0 to not support kerberos authentication, 1 to support\r\n" 50 51 "\r\n" 51 52 } … … 126 127 RCDATA (DLG_ID + 11) 127 128 { 129 CHK_KRB5SUPPORT, PARMTYPE_INT, 0L, 1L, "krb5support", "%d", 0L 130 } 131 132 RCDATA (DLG_ID + 12) 128 133 1 129 134 }
Note:
See TracChangeset
for help on using the changeset viewer.