Changeset 395 for branches/client-1.5/src/rc/rc.rc
- Timestamp:
- Jan 28, 2010, 6:25:35 PM (16 years ago)
- File:
-
- 1 edited
-
branches/client-1.5/src/rc/rc.rc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.5/src/rc/rc.rc
r189 r395 43 43 " master - name of master server or master workgroup\r\n" 44 44 " mastertype - 0 if 'master' is the name of master server, 1 if 'master' is the name of master workgroup\r\n" 45 " memlen - the size of shared memory buffer allocated for every NDFS connection in size of 64k blocks\r\n"46 45 " logfile - file to log records from smbcd.exe. Used only if smbcd.exe is run by ndpsmb.dll plugin, not manually\r\n" 47 46 " loglevel - level of logging (0-9) for smbcd.exe. Used only if smbcd.exe is run by ndpsmb.dll plugin, not manually\r\n" … … 103 102 RCDATA (DLG_ID + 7) 104 103 { 105 CMB_MEMLEN, PARMTYPE_INT, 1L, 10L, "memlen", "%d", 2L, 106 "64k", 107 "128k", 108 "192k", 109 "256k", 110 "320k", 111 "384k", 112 "448k", 113 "512k", 114 "576k", 115 "640k" 104 ENT_LOGFILE, PARMTYPE_STRING, 1L, 256L, "logfile", "%s", "" 116 105 } 117 106 118 107 RCDATA (DLG_ID + 8) 119 {120 ENT_LOGFILE, PARMTYPE_STRING, 1L, 256L, "logfile", "%s", ""121 }122 123 RCDATA (DLG_ID + 9)124 108 { 125 109 CMB_LOGLEVEL, PARMTYPE_INT, 0L, 9L, "loglevel", "%d", 0L, … … 136 120 } 137 121 138 RCDATA (DLG_ID + 10)122 RCDATA (DLG_ID + 9) 139 123 { 140 124 CHK_EASUPPORT, PARMTYPE_INT, 0L, 1L, "easupport", "%d", 1L, … … 143 127 } 144 128 145 RCDATA (DLG_ID + 1 1)129 RCDATA (DLG_ID + 10) 146 130 { 147 131 ENT_SPASS, PARMTYPE_STRING, 1L, 255L, "spassword", "%s", "" 148 132 } 149 133 150 RCDATA (DLG_ID + 1 2)134 RCDATA (DLG_ID + 11) 151 135 { 152 136 1
Note:
See TracChangeset
for help on using the changeset viewer.
