Fix syntax errors

Originally committed to SVN as r4490.
This commit is contained in:
Amar Takhar 2010-06-13 01:42:50 +00:00
parent d8a9bac4b0
commit f497144525
1 changed files with 6 additions and 6 deletions

View File

@ -5,21 +5,21 @@
"User" : "", "User" : "",
"Temp" : "", "Temp" : "",
"Dictionary" : { "Dictionary" : {
"Local" { "Local" : {
"Lang" : "^CONFIG/dictionary/lang", "Lang" : "^CONFIG/dictionary/lang",
"Thesarus" : "^CONFIG/dictionary/thesaurus", "Thesarus" : "^CONFIG/dictionary/thesaurus",
"Personal" : "^CONFIG/dictionary/personal" "Personal" : "^CONFIG/dictionary/personal"
} },
"Lang" : [], "Lang" : [],
"Thesaurus" : [] "Thesaurus" : []
}, },
"Automation" { "Automation" : {
"Autoload" : [], "Autoload" : [],
"Include" : [] "Include" : []
} },
"Crash" : "^CONFIG/crash", "Crash" : "^CONFIG/crash",
"Font" { "Font" : {
"FontConfig" { "FontConfig" : {
"Cache" : "^CONFIG/fontconfig_cache" "Cache" : "^CONFIG/fontconfig_cache"
} }
}, },