summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/settings.xml
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2012-02-01 10:16:13 -0500
committerJonathan Yap <none@none>2012-02-01 10:16:13 -0500
commit4778d82ec6b735d6f3d3a4335496e9b6d804bbf7 (patch)
treee8c978642b19fc3930e826fae42463b4334ab7aa /indra/newview/app_settings/settings.xml
parent4ef9277761b5faee2825177112939b72c563a4ea (diff)
parent8758c7b8415a1cb67c504f142f96b5a7fec296d2 (diff)
STORM-1738 Initial callback work
warn-on-failure:open-license
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r--indra/newview/app_settings/settings.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index 28ba9fd704..060ec8bd5a 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -346,6 +346,17 @@
<key>Value</key>
<integer>0</integer>
</map>
+ <key>AutoCorrectCount</key>
+ <map>
+ <key>Comment</key>
+ <string>How many words have been auto replaced.</string>
+ <key>Persist</key>
+ <integer>1</integer>
+ <key>Type</key>
+ <string>S32</string>
+ <key>Value</key>
+ <integer>0</integer>
+ </map>
<key>AutoAcceptNewInventory</key>
<map>
<key>Comment</key>
@@ -1617,6 +1628,17 @@
<key>Value</key>
<integer>0</integer>
</map>
+ <key>CmdLineAutocorrect</key>
+ <map>
+ <key>Comment</key>
+ <string>Command for adding new entries to autocorrect</string>
+ <key>Persist</key>
+ <integer>1</integer>
+ <key>Type</key>
+ <string>String</string>
+ <key>Value</key>
+ <string>/addac</string>
+ </map>
<key>CmdLineDisableVoice</key>
<map>
<key>Comment</key>
@@ -2786,6 +2808,17 @@
<key>Value</key>
<integer>1</integer>
</map>
+ <key>EnableAutoCorrect</key>
+ <map>
+ <key>Comment</key>
+ <string>Enables or disables the autocorrect function</string>
+ <key>Persist</key>
+ <integer>1</integer>
+ <key>Type</key>
+ <string>Boolean</string>
+ <key>Value</key>
+ <integer>0</integer>
+ </map>
<key>EnableGroupChatPopups</key>
<map>
<key>Comment</key>