Ignore:
Timestamp:
Jan 11, 2011, 11:05:25 AM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.1: caching parameter, text improvments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/rc/rc.rc

    r401 r519  
    112112RCDATA (DLG_ID + 9)
    113113{
     114    SPIN_CACHETIMEOUT, PARMTYPE_INT, 10L, 600L, "cto", "%d", 10L
     115}
     116
     117RCDATA (DLG_ID + 10)
     118{
     119    SPIN_CACHEDEPTH, PARMTYPE_INT, 32L, 80L, "cld", "%d", 32L,
     120}
     121
     122RCDATA (DLG_ID + 11)
     123{
    114124    1
    115125}
Note: See TracChangeset for help on using the changeset viewer.