aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-11-05 17:32:41 -0700
committerMcCabe Maxsted2010-11-05 17:33:50 -0700
commitfcaa1ae46884524c2e01af55804754b28544acfb (patch)
treebe5628253bf3c3ab8f60a7e2f0ac2ecb412d38b6 /linden/indra/newview/app_settings
parentFixed option in Prefs > General overlapping (all this layout still needs to b... (diff)
downloadmeta-impy-fcaa1ae46884524c2e01af55804754b28544acfb.zip
meta-impy-fcaa1ae46884524c2e01af55804754b28544acfb.tar.gz
meta-impy-fcaa1ae46884524c2e01af55804754b28544acfb.tar.bz2
meta-impy-fcaa1ae46884524c2e01af55804754b28544acfb.tar.xz
Changed nickname highlight nick settings from 'nick#' to 'HighlightNickname#' to match the rest of settings.xml. Nicknames set before this commit will need to be set again due to the new preferences name
Diffstat (limited to 'linden/indra/newview/app_settings')
-rw-r--r--linden/indra/newview/app_settings/settings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml
index ccee513..22e4aa5 100644
--- a/linden/indra/newview/app_settings/settings.xml
+++ b/linden/indra/newview/app_settings/settings.xml
@@ -6,7 +6,7 @@
6 6
7 <!-- begin name highlighting --> 7 <!-- begin name highlighting -->
8 8
9 <key>nick01</key> 9 <key>HighlightNickname01</key>
10 <map> 10 <map>
11 <key>Comment</key> 11 <key>Comment</key>
12 <string>First Nickname for Chat Highlight</string> 12 <string>First Nickname for Chat Highlight</string>
@@ -17,7 +17,7 @@
17 <key>Value</key> 17 <key>Value</key>
18 <string></string> 18 <string></string>
19 </map> 19 </map>
20 <key>nick02</key> 20 <key>HighlightNickname02</key>
21 <map> 21 <map>
22 <key>Comment</key> 22 <key>Comment</key>
23 <string>Second Nickname for Chat Highlight</string> 23 <string>Second Nickname for Chat Highlight</string>
@@ -28,7 +28,7 @@
28 <key>Value</key> 28 <key>Value</key>
29 <string></string> 29 <string></string>
30 </map> 30 </map>
31 <key>nick03</key> 31 <key>HighlightNickname03</key>
32 <map> 32 <map>
33 <key>Comment</key> 33 <key>Comment</key>
34 <string>Third Nickname for Chat Highlight</string> 34 <string>Third Nickname for Chat Highlight</string>