Changeset 116 for branches/samba-3.0/source/ndpsmb/rc
- Timestamp:
- Feb 2, 2008, 7:30:01 AM (18 years ago)
- Location:
- branches/samba-3.0/source/ndpsmb/rc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/ndpsmb/rc/rc.dlg
r110 r116 31 31 DT_BOTTOM 32 32 ENTRYFIELD "", ENT_PASS, 67, 70, 100, 8, ES_MARGIN | ES_UNREADABLE 33 ENTRYFIELD "", ENT_SPASS, 0, 0, 0, 0, ES_MARGIN | 34 ES_UNREADABLE | NOT WS_TABSTOP | NOT WS_VISIBLE 33 35 34 36 RTEXT "Master", LBL_MASTER, 5, 57, 30, 10, -
branches/samba-3.0/source/ndpsmb/rc/rc.h
r110 r116 24 24 #define LBL_EASUPPORT 1021 25 25 #define CHK_EASUPPORT 1022 26 #define ENT_SPASS 1023 -
branches/samba-3.0/source/ndpsmb/rc/rc.rc
r110 r116 145 145 RCDATA (DLG_ID + 11) 146 146 { 147 ENT_SPASS, PARMTYPE_STRING, 1L, 255L, "spassword", "%s", "" 148 } 149 150 RCDATA (DLG_ID + 12) 151 { 147 152 0 148 153 }
Note:
See TracChangeset
for help on using the changeset viewer.