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