aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings
diff options
context:
space:
mode:
authorPatrick Sapinski2010-08-24 21:19:42 -0400
committerMcCabe Maxsted2010-08-30 17:19:35 -0700
commit46ce6b78d479a0da264f933a694cb84b00a6c6c8 (patch)
treec5eb7724973f12f047847f243a18db6971c6d847 /linden/indra/newview/app_settings
parentupdated chatbar command line and added the necessary settings and hooks to us... (diff)
downloadmeta-impy-46ce6b78d479a0da264f933a694cb84b00a6c6c8.zip
meta-impy-46ce6b78d479a0da264f933a694cb84b00a6c6c8.tar.gz
meta-impy-46ce6b78d479a0da264f933a694cb84b00a6c6c8.tar.bz2
meta-impy-46ce6b78d479a0da264f933a694cb84b00a6c6c8.tar.xz
added autocorrect functionality and floater
Diffstat (limited to 'linden/indra/newview/app_settings')
-rw-r--r--linden/indra/newview/app_settings/settings.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml
index 42565b3..9f6362f 100644
--- a/linden/indra/newview/app_settings/settings.xml
+++ b/linden/indra/newview/app_settings/settings.xml
@@ -1537,6 +1537,17 @@
1537 <key>Value</key> 1537 <key>Value</key>
1538 <integer>0</integer> 1538 <integer>0</integer>
1539 </map> 1539 </map>
1540 <key>EmeraldAutoCorrectCount</key>
1541 <map>
1542 <key>Comment</key>
1543 <string>How many words have been auto replaced.</string>
1544 <key>Persist</key>
1545 <integer>1</integer>
1546 <key>Type</key>
1547 <string>S32</string>
1548 <key>Value</key>
1549 <integer>0</integer>
1550 </map>
1540 <key>EmeraldTranslateReplace</key> 1551 <key>EmeraldTranslateReplace</key>
1541 <map> 1552 <map>
1542 <key>Comment</key> 1553 <key>Comment</key>
@@ -1581,7 +1592,7 @@
1581 <key>Value</key> 1592 <key>Value</key>
1582 <string>English (United States of America)</string> 1593 <string>English (United States of America)</string>
1583 </map> 1594 </map>
1584 1595
1585 <!-- End: Spellcheck & Translation --> 1596 <!-- End: Spellcheck & Translation -->
1586 1597
1587 <key>RestrainedLife</key> 1598 <key>RestrainedLife</key>