diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-18 16:36:35 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-18 16:36:35 +0000 |
commit | 35d4a1a9a1c7950b8c8be1ad0503c412005abbb1 (patch) | |
tree | 36422f424a713689ba269b998cb9214a00965434 /docs | |
parent | 7d24302b79edea781e0f5bb5f449eb50dc88f275 (diff) |
- mirandaboot.ini - defaults restored, url to autoexec_sample.ini changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@2760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'docs')
-rw-r--r-- | docs/autoexec_sample.ini | 2 | ||||
-rw-r--r-- | docs/mirandaboot.ini | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/autoexec_sample.ini b/docs/autoexec_sample.ini index 278f09c084..5d7ad80fc7 100644 --- a/docs/autoexec_sample.ini +++ b/docs/autoexec_sample.ini @@ -1,5 +1,5 @@ ;This is a sample file showing how the autoexec system works -;It came from http://trac.mysvn.ru/ghazan/myranda/browser/trunk/docs/autoexec_sample.ini +;It came from http://bugs.miranda-ng.org/browser/trunk/docs/autoexec_sample.ini ;The goal is to provide a flexible ability for bulk-setting of many database ;settings. This file does *not* become part of the database - it is only read diff --git a/docs/mirandaboot.ini b/docs/mirandaboot.ini index d867695ef8..cdeb392abe 100644 --- a/docs/mirandaboot.ini +++ b/docs/mirandaboot.ini @@ -41,7 +41,7 @@ DefaultProfile= AutoCreate=no
;AutoExec is a system for batch addition of multiple settings to the database.
-;See http://trac.mysvn.ru/ghazan/myranda/browser/trunk/docs/autoexec_sample.ini for documentation.
+;See http://bugs.miranda-ng.org/browser/trunk/docs/autoexec_sample.ini for documentation.
[AutoExec]
;Use
@@ -49,7 +49,7 @@ AutoCreate=no ;"no": Disable the autoexec system entirely
;"prompt": (default) Prompt the user before each installation
;This setting doesn't affect the decision of whether to display further prompts
-Use=yes
+Use=prompt
;Glob
;A global expression containing the files to watch for database settings
|