mirror of https://github.com/odrling/Aegisub
Remove "Font/Cache/FontConfig" in lieu of "Cache/FontConfig" and add "Cache/FFmpegSource".
Originally committed to SVN as r5334.
This commit is contained in:
parent
7638375282
commit
6d96457555
|
@ -14,10 +14,10 @@
|
|||
{ "string" : "^CONFIG/dictionary/thesaurus/" }
|
||||
]
|
||||
},
|
||||
"Font" : {
|
||||
"FontConfig" : {
|
||||
"Cache" : "^CONFIG/fontconfig_cache/"
|
||||
}
|
||||
"Cache" : {
|
||||
"FontConfig" : "^CONFIG/cache/fontconfig/",
|
||||
"FFmpegSource" : "^CONFIG/cache/ffmpegsource/"
|
||||
|
||||
},
|
||||
"Last" : {
|
||||
"Audio" : "^VIDEO",
|
||||
|
|
Loading…
Reference in New Issue