Subversion Repositories tpanel

Rev

Rev 446 | Rev 480 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 446 Rev 449
Line 2079... Line 2079...
2079
 
2079
 
2080
    mTemporary = false;
2080
    mTemporary = false;
2081
    // First initialize the defaults
2081
    // First initialize the defaults
2082
    localSettings.ID = 0;
2082
    localSettings.ID = 0;
2083
    localSettings.port = 1397;
2083
    localSettings.port = 1397;
2084
    localSettings.ptype = "android";
2084
    localSettings.ptype = "Android";
2085
    localSettings.version = "1.0";
2085
    localSettings.version = VERSION_STRING();
2086
    localSettings.longformat = false;
2086
    localSettings.longformat = false;
2087
    localSettings.profiling = false;
2087
    localSettings.profiling = false;
2088
#ifdef __ANDROID__
2088
#ifdef __ANDROID__
2089
    localSettings.max_cache = 100;
2089
    localSettings.max_cache = 100;
2090
#else
2090
#else