From 2cb234b41461a2584bf0a69901c8aeecfdd3958b Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 16 Nov 2011 21:59:48 +0000 Subject: [PATCH] Change the default for Video/Check Script Res to 1 (Ask). Closes #1138. Originally committed to SVN as r5866. --- aegisub/src/libresrc/default_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/libresrc/default_config.json b/aegisub/src/libresrc/default_config.json index 1847d9617..1a1712c9d 100644 --- a/aegisub/src/libresrc/default_config.json +++ b/aegisub/src/libresrc/default_config.json @@ -432,7 +432,7 @@ }, "Video" : { - "Check Script Res" : 0, + "Check Script Res" : 1, "Default Zoom" : 7, "Detached" : { "Enabled" : false,