From 2c703a3baab567a218fda0fc158ef2d1c4ff1376 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Wed, 9 Jun 2010 23:45:05 +0000 Subject: [PATCH] Remove instances of ^USER and swap them with ^CONFIG, ^USER will still exist but won't be in the default config. Also add 'last opened' paths. Originally committed to SVN as r4470. --- aegisub/src/libresrc/default_path.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/aegisub/src/libresrc/default_path.json b/aegisub/src/libresrc/default_path.json index b20bba6c5..87c922041 100644 --- a/aegisub/src/libresrc/default_path.json +++ b/aegisub/src/libresrc/default_path.json @@ -1,9 +1,9 @@ { - "Backup" : "^USER/backup", - "Autosave" : "^USER/autosave", - "Data" : "^DATA", - "User" : "^USER", - "Temp" : "^TEMP", + "Backup" : "^CONFIG/backup", + "Autosave" : "^CONFIG/autosave", + "Data" : "", + "User" : "", + "Temp" : "", "Dictionary" : { "Local" { "Lang" : "^CONFIG/dictionary/lang", @@ -23,5 +23,10 @@ "Cache" : "^CONFIG/fontconfig_cache" } }, + "Last" : { + "Video" : "", + "Subtitle" : "^VIDEO", + "Audio" : "^VIDEO" + }, "Log" : "^CONFIG/log" }