diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-08-16 19:52:18 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-08-16 19:52:18 +0000 |
commit | 34db4ad88071f540981c6e33bde9107473afa6aa (patch) | |
tree | bb40f88e729df1c6bb009f9192e69c68140afa2f /docs/mirandaboot.ini | |
parent | ba82899d93c3b867af14cb3c4788f0edc4a53bc5 (diff) |
mirandaboot cleanup and obsolete autoexec delete
git-svn-id: http://svn.miranda-ng.org/main/trunk@10206 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'docs/mirandaboot.ini')
-rw-r--r-- | docs/mirandaboot.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/mirandaboot.ini b/docs/mirandaboot.ini index 9d9ea491be..247f032738 100644 --- a/docs/mirandaboot.ini +++ b/docs/mirandaboot.ini @@ -47,7 +47,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.
@@ -60,8 +60,8 @@ Glob=autoexec_*.ini ;Safe
;A space-separated list of database module names known to be safe to alter.
-;Default: CLC Icons CLUI CList SkinSounds PluginUpdater
-Safe=CLC Icons CLUI CList SkinSounds PluginUpdater
+;Default: CLC Icons CLUI CList SkinSounds
+Safe=CLC Icons CLUI CList SkinSounds
;Unsafe
;A space-separated list of database module names that could be alter to
|