diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-08-16 20:21:45 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-08-16 20:21:45 +0000 |
commit | 6b8da5e2bad0f09aed0a28e9173208b9316633db (patch) | |
tree | 809f0f5f7a274f4c0315e6dde8ee4fbdd1476ee9 /docs | |
parent | 9918bc8217f606a19c2446055ba4077f0c14bff1 (diff) |
revert until better solution
git-svn-id: http://svn.miranda-ng.org/main/trunk@10209 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'docs')
-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 247f032738..9d9ea491be 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=prompt
+Use=yes
;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
-Safe=CLC Icons CLUI CList SkinSounds
+;Default: CLC Icons CLUI CList SkinSounds PluginUpdater
+Safe=CLC Icons CLUI CList SkinSounds PluginUpdater
;Unsafe
;A space-separated list of database module names that could be alter to
|