diff options
| author | Wolfpup Lowenhar <wolfpup67@earthlink.net> | 2010-10-26 20:02:07 -0400 | 
|---|---|---|
| committer | Wolfpup Lowenhar <wolfpup67@earthlink.net> | 2010-10-26 20:02:07 -0400 | 
| commit | 7c89e565b373803b64cabaac3695ac3e93469962 (patch) | |
| tree | e2fed34d493ec3e9715de17de67e314fe7ef0eed /indra/newview/app_settings | |
| parent | 9abbb6c927d4f4131b0aefe6b847be0b44022c97 (diff) | |
This is the setting of the core file name date stamp code  and settings files for
 Chat, Group and IM Logs.
--HG--
branch : storm-102
Diffstat (limited to 'indra/newview/app_settings')
| -rw-r--r-- | indra/newview/app_settings/settings_per_account.xml | 12 | 
1 files changed, 11 insertions, 1 deletions
| diff --git a/indra/newview/app_settings/settings_per_account.xml b/indra/newview/app_settings/settings_per_account.xml index dc76a4e518..ab702e49e1 100644 --- a/indra/newview/app_settings/settings_per_account.xml +++ b/indra/newview/app_settings/settings_per_account.xml @@ -110,7 +110,17 @@          <key>Value</key>              <string>00000000-0000-0000-0000-000000000000</string>      </map> - +    <key>LogFileNamewithDate</key> +      <map> +        <key>Comment</key> +        <string>Add Date Stamp to chat and IM Logs with format chat-YYYY-MM-DD and 'IM file name'-YYYY-MM. To view old logs goto ..\Second Life\[login name]</string> +        <key>Persist</key> +        <integer>1</integer> +        <key>Type</key> +        <string>Boolean</string> +        <key>Value</key> +        <integer>1</integer> +      </map>      <!-- Settings below are for back compatibility only.      They are not used in current viewer anymore. But they can't be removed to avoid      influence on previous versions of the viewer in case of settings are not used or default value | 
