Add corrected default_path.json which should have been in r5315.

Originally committed to SVN as r5317.
This commit is contained in:
Amar Takhar 2011-02-07 18:02:04 +00:00
parent 0a54e9ca06
commit b3c5bb6e92

View file

@ -1,32 +1,30 @@
{
"Backup" : "^CONFIG/backup",
"Autosave" : "^CONFIG/autosave",
"Data" : "",
"User" : "",
"Temp" : "",
"Autosave" : "^CONFIG/autosave/",
"Backup" : "^CONFIG/backup/",
"Catalog" : "^CONFIG/catalog/",
"Crash" : "^CONFIG/crash/",
"Dictionary" : {
"Local" : {
"Lang" : "^CONFIG/dictionary/lang",
"Thesarus" : "^CONFIG/dictionary/thesaurus",
"Personal" : "^CONFIG/dictionary/personal"
},
"Lang" : [],
"Thesaurus" : []
"Lang" : [
{ "string" : "^CONFIG/dictionary/lang/" }
],
"Personal" : [
{ "string" : "^CONFIG/dictionary/personal/" }
],
"Thesarus" : [
{ "string" : "^CONFIG/dictionary/thesaurus/" }
]
},
"Automation" : {
"Autoload" : [],
"Include" : []
},
"Crash" : "^CONFIG/crash",
"Font" : {
"FontConfig" : {
"Cache" : "^CONFIG/fontconfig_cache"
"Cache" : "^CONFIG/fontconfig_cache/"
}
},
"Last" : {
"Video" : "",
"Audio" : "^VIDEO",
"Subtitle" : "^VIDEO",
"Audio" : "^VIDEO"
"Video" : "^USER"
},
"Log" : "^CONFIG/log"
"Log" : "^CONFIG/log/",
"Shift History" : "^CONFIG",
"Temp" : "^TEMP"
}