From 9fafcb6b81fb04c93255d54017bd65c112fc5a03 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Tue, 3 Jul 2007 18:26:35 +0000 Subject: [PATCH] Fixed some Automation defaults. Originally committed to SVN as r1341. --- aegisub/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aegisub/options.cpp b/aegisub/options.cpp index 50971f30a..95a495049 100644 --- a/aegisub/options.cpp +++ b/aegisub/options.cpp @@ -200,10 +200,10 @@ void OptionsManager::LoadDefaults(bool onlyDefaults) { SetModificationType(MOD_AUTOMATIC); SetText(_T("Automation Base Path"), _T("?data/automation/")); SetText(_T("Automation Include Path"), _T("?user/automation/include/|?data/automation/include/")); - SetText(_T("Automation Autoload Path"), _T("?user/automation/autoload/|?data/automation/include/")); + SetText(_T("Automation Autoload Path"), _T("?user/automation/autoload/|?data/automation/autoload/")); SetInt(_T("Automation Trace Level"), 3); SetInt(_T("Automation Thread Priority"), 1); // "below normal" - SetInt(_T("Automation Autoreload Mode"), 0); // never + SetInt(_T("Automation Autoreload Mode"), 1); // local only // Generate colors // FIXME: Can't reliably store the system colour-based ones in the config file, the user might change colour scheme