aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Seikel2011-06-19 16:43:32 +1000
committerDavid Seikel2011-06-19 16:43:32 +1000
commit8c0f49774d59e1f8420bcbf572f91a1ac67cedb1 (patch)
tree3f4d86ccc5974df375de23dc5d2caf3d5f11b198
parentMerge remote-tracking branch 'jacek/next' into next (diff)
parentClarified the terms for activating spellchecking dictionaries. (diff)
downloadmeta-impy-8c0f49774d59e1f8420bcbf572f91a1ac67cedb1.zip
meta-impy-8c0f49774d59e1f8420bcbf572f91a1ac67cedb1.tar.gz
meta-impy-8c0f49774d59e1f8420bcbf572f91a1ac67cedb1.tar.bz2
meta-impy-8c0f49774d59e1f8420bcbf572f91a1ac67cedb1.tar.xz
Merge branch 'next' of git://github.com/jacek/imprudence into next
Conflicts (manually merged the grids, ignored the other two): linden/indra/newview/app_settings/default_grids.xml linden/indra/newview/llvoavatar.cpp linden/indra/newview/skins/default/xui/en-us/panel_login.xml
-rw-r--r--linden/indra/newview/app_settings/default_grids.xml44
-rw-r--r--linden/indra/newview/app_settings/settings.xml18
-rw-r--r--linden/indra/newview/llfloaterregioninfo.cpp3
-rw-r--r--linden/indra/newview/llprefsadvanced.cpp3
-rw-r--r--linden/indra/newview/llprefscolors.cpp21
-rw-r--r--linden/indra/newview/llprefscolors.h3
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml2
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml10
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml10
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_preferences_colors.xml19
10 files changed, 19 insertions, 114 deletions
diff --git a/linden/indra/newview/app_settings/default_grids.xml b/linden/indra/newview/app_settings/default_grids.xml
index ddbd921..7fb35e7 100644
--- a/linden/indra/newview/app_settings/default_grids.xml
+++ b/linden/indra/newview/app_settings/default_grids.xml
@@ -15,35 +15,6 @@
15 <key>version</key><string>1</string> 15 <key>version</key><string>1</string>
16 </map> 16 </map>
17 17
18 <!-- Aurora Grid -->
19 <map>
20 <key>gridname</key> <string>Aurora-Grid</string>
21 <key>gridnick</key> <string>auroragrid</string>
22 <key>platform</key> <string>OpenSim</string>
23 <key>loginuri</key> <string>http://login.aurora-sim.org:8002/</string>
24 <key>loginpage</key> <string>http://login.aurora-sim.org/splash/</string>
25 <key>helperuri</key> <string>http://grid.aurora-sim.org/</string>
26 <key>password</key> <string />
27 <key>register</key> <string />
28 <key>support</key> <string>http://forum.aurora-sim.org/</string>
29 <key>website</key> <string>http://aurora-sim.org</string>
30 <key>version</key> <string>0</string>
31 </map>
32
33 <!-- Craft (offspring of Cyberlandia) -->
34 <map>
35 <key>gridnick</key><string>craft</string>
36 <key>gridname</key><string>Craft</string>
37 <key>platform</key><string>OpenSim</string>
38 <key>loginuri</key><string>http://craft-world.org:8002/</string>
39 <key>loginpage</key><string>http://www.craft-world.org/loginscreen.php</string>
40 <key>helperuri</key><string>http://webapp.craft-world.org/</string>
41 <key>website</key><string>http://www.craft-world.org/</string>
42 <key>register</key><string>http://craft-world.org:8002/wifi/user/account/</string>
43 <key>password</key><string>http://craft-world.org:8002/wifi/forgotpassword</string>
44 <key>version</key><string>0</string>
45 </map>
46
47 <!-- GiantGrid --> 18 <!-- GiantGrid -->
48 <map> 19 <map>
49 <key>gridnick</key><string>giantgrid</string> 20 <key>gridnick</key><string>giantgrid</string>
@@ -192,21 +163,6 @@
192 <key>version</key><string>1</string> 163 <key>version</key><string>1</string>
193 </map> 164 </map>
194 165
195 <!-- WorldSimTerra -->
196 <map>
197 <key>gridnick</key><string>worldsimterra</string>
198 <key>gridname</key><string>WorldSimTerra</string>
199 <key>platform</key><string>OpenSim</string>
200 <key>loginuri</key><string>http://wsterra.com:8002</string>
201 <key>loginpage</key><string>http://wsterra.com/log.php</string>
202 <key>helperuri</key><string>http://wsterra.com/</string>
203 <key>website</key><string>http://www.worldsimterra.com/</string>
204 <key>support</key><string>http://www.worldsimterra.com/</string>
205 <key>register</key><string>http://www.worldsimterra.com/</string>
206 <key>password</key><string>http://www.worldsimterra.com/</string>
207 <key>version</key><string>0</string>
208 </map>
209
210 <!-- Your Alternative Life --> 166 <!-- Your Alternative Life -->
211 <map> 167 <map>
212 <key>gridnick</key><string>youralternativelife</string> 168 <key>gridnick</key><string>youralternativelife</string>
diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml
index 2ab49df..475c8eb 100644
--- a/linden/indra/newview/app_settings/settings.xml
+++ b/linden/indra/newview/app_settings/settings.xml
@@ -1766,22 +1766,6 @@
1766 1766
1767 <!-- Begin: Client Name Tag --> 1767 <!-- Begin: Client Name Tag -->
1768 1768
1769 <key>ImprudenceTagColor</key>
1770 <map>
1771 <key>Comment</key>
1772 <string>Color of Imprudence tags (displayed only locally)</string>
1773 <key>Persist</key>
1774 <integer>1</integer>
1775 <key>Type</key>
1776 <string>Color4</string>
1777 <key>Value</key>
1778 <array>
1779 <real>0.79</real>
1780 <real>0.44</real>
1781 <real>0.88</real>
1782 <real>1</real>
1783 </array>
1784 </map>
1785 <key>ShowClientColor</key> 1769 <key>ShowClientColor</key>
1786 <map> 1770 <map>
1787 <key>Comment</key> 1771 <key>Comment</key>
@@ -2114,7 +2098,7 @@
2114 <key>Type</key> 2098 <key>Type</key>
2115 <string>String</string> 2099 <string>String</string>
2116 <key>Value</key> 2100 <key>Value</key>
2117 <string>http://kokuaviewer.org/app/dics/</string> 2101 <string>http://app.kokuaviewer.org/dics/</string>
2118 </map> 2102 </map>
2119 <key>EmeraldEnableAutoCorrect</key> 2103 <key>EmeraldEnableAutoCorrect</key>
2120 <map> 2104 <map>
diff --git a/linden/indra/newview/llfloaterregioninfo.cpp b/linden/indra/newview/llfloaterregioninfo.cpp
index 717358b..8810a5c 100644
--- a/linden/indra/newview/llfloaterregioninfo.cpp
+++ b/linden/indra/newview/llfloaterregioninfo.cpp
@@ -635,6 +635,7 @@ BOOL LLPanelRegionGeneralInfo::postBuild()
635 initHelpBtn("land_resell_help", "HelpRegionLandResell"); 635 initHelpBtn("land_resell_help", "HelpRegionLandResell");
636 initHelpBtn("parcel_changes_help", "HelpParcelChanges"); 636 initHelpBtn("parcel_changes_help", "HelpParcelChanges");
637 initHelpBtn("parcel_search_help", "HelpRegionSearch"); 637 initHelpBtn("parcel_search_help", "HelpRegionSearch");
638 initHelpBtn("minimum_agent_age_help", "HelpRegionMinimumAge");
638 639
639 childSetAction("kick_btn", onClickKick, this); 640 childSetAction("kick_btn", onClickKick, this);
640 childSetAction("kick_all_btn", onClickKickAll, this); 641 childSetAction("kick_all_btn", onClickKickAll, this);
@@ -971,8 +972,6 @@ BOOL LLPanelRegionDebugInfo::postBuild()
971 initHelpBtn("top_colliders_help", "HelpRegionTopColliders"); 972 initHelpBtn("top_colliders_help", "HelpRegionTopColliders");
972 initHelpBtn("top_scripts_help", "HelpRegionTopScripts"); 973 initHelpBtn("top_scripts_help", "HelpRegionTopScripts");
973 initHelpBtn("restart_help", "HelpRegionRestart"); 974 initHelpBtn("restart_help", "HelpRegionRestart");
974 initHelpBtn("minimum_agent_age_help", "HelpRegionMinimumAge");
975
976 975
977 childSetAction("choose_avatar_btn", onClickChooseAvatar, this); 976 childSetAction("choose_avatar_btn", onClickChooseAvatar, this);
978 childSetAction("return_btn", onClickReturn, this); 977 childSetAction("return_btn", onClickReturn, this);
diff --git a/linden/indra/newview/llprefsadvanced.cpp b/linden/indra/newview/llprefsadvanced.cpp
index 087acc9..2311896 100644
--- a/linden/indra/newview/llprefsadvanced.cpp
+++ b/linden/indra/newview/llprefsadvanced.cpp
@@ -73,6 +73,7 @@ BOOL LLPrefsAdvanced::postBuild()
73 static BOOL* sShowClientNameTag = rebind_llcontrol<BOOL>("ShowClientNameTag", &gSavedSettings, true); 73 static BOOL* sShowClientNameTag = rebind_llcontrol<BOOL>("ShowClientNameTag", &gSavedSettings, true);
74 childSetValue("client_name_tag_check", (*sShowClientNameTag)); 74 childSetValue("client_name_tag_check", (*sShowClientNameTag));
75 childSetValue("client_name_hover_check", gSavedSettings.getBOOL("ShowClientNameHoverTip")); 75 childSetValue("client_name_hover_check", gSavedSettings.getBOOL("ShowClientNameHoverTip"));
76 childSetValue("client_colors_check", gSavedSettings.getBOOL("ShowClientColor"));
76 childSetValue("client_name_tag_broadcast_check", gSavedSettings.getBOOL("ShowMyClientTagToOthers")); 77 childSetValue("client_name_tag_broadcast_check", gSavedSettings.getBOOL("ShowMyClientTagToOthers"));
77 78
78 childSetValue("appearance_anim_check", gSavedSettings.getBOOL("AppearanceAnimate")); 79 childSetValue("appearance_anim_check", gSavedSettings.getBOOL("AppearanceAnimate"));
@@ -117,6 +118,7 @@ void LLPrefsAdvanced::apply()
117 gSavedSettings.setBOOL("DisableTeleportScreens", childGetValue("disable_tp_screen_check")); 118 gSavedSettings.setBOOL("DisableTeleportScreens", childGetValue("disable_tp_screen_check"));
118 gSavedSettings.setBOOL("ShowClientNameTag", childGetValue("client_name_tag_check")); 119 gSavedSettings.setBOOL("ShowClientNameTag", childGetValue("client_name_tag_check"));
119 gSavedSettings.setBOOL("ShowClientNameHoverTip", childGetValue("client_name_hover_check")); 120 gSavedSettings.setBOOL("ShowClientNameHoverTip", childGetValue("client_name_hover_check"));
121 gSavedSettings.setBOOL("ShowClientColor", childGetValue("client_colors_check"));
120 122
121 gSavedSettings.setBOOL("AppearanceAnimate", childGetValue("appearance_anim_check")); 123 gSavedSettings.setBOOL("AppearanceAnimate", childGetValue("appearance_anim_check"));
122 gSavedSettings.setBOOL("LanguageIsPublic", childGetValue("language_is_public")); 124 gSavedSettings.setBOOL("LanguageIsPublic", childGetValue("language_is_public"));
@@ -332,4 +334,3 @@ void LLPrefsAdvanced::onSaveAnyoneCloudButton(void * data)
332 std::string filename = gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS, "cloud.xml"); 334 std::string filename = gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS, "cloud.xml");
333 LLVOAvatar::saveCloud(filename, LLVOAvatar::sCloud); 335 LLVOAvatar::saveCloud(filename, LLVOAvatar::sCloud);
334} 336}
335
diff --git a/linden/indra/newview/llprefscolors.cpp b/linden/indra/newview/llprefscolors.cpp
index 0b4caf5..7d69eaf 100644
--- a/linden/indra/newview/llprefscolors.cpp
+++ b/linden/indra/newview/llprefscolors.cpp
@@ -82,10 +82,6 @@ BOOL LLPrefsColors::postBuild()
82 82
83 getChild<LLColorSwatchCtrl>("effect_color_swatch")->set(gSavedSettings.getColor4("EffectColor")); 83 getChild<LLColorSwatchCtrl>("effect_color_swatch")->set(gSavedSettings.getColor4("EffectColor"));
84 84
85 getChild<LLColorSwatchCtrl>("client_tag_color")->set(gSavedSettings.getColor4("ImprudenceTagColor"));
86 static BOOL* sShowClientColor = rebind_llcontrol<BOOL>("ShowClientColor", &gSavedSettings, true);
87 childSetValue("client_name_color_check", (*sShowClientColor));
88
89 return TRUE; 85 return TRUE;
90} 86}
91 87
@@ -103,7 +99,6 @@ void LLPrefsColors::refreshColors()
103 mFriendsChatColor = gSavedSettings.getColor4("FriendsChatColor"); 99 mFriendsChatColor = gSavedSettings.getColor4("FriendsChatColor");
104 mOwnNameChatColor = gSavedSettings.getColor4("OwnNameChatColor"); 100 mOwnNameChatColor = gSavedSettings.getColor4("OwnNameChatColor");
105 mEffectColor = gSavedSettings.getColor4("EffectColor"); 101 mEffectColor = gSavedSettings.getColor4("EffectColor");
106 mClientTagColor = gSavedSettings.getColor4("ImprudenceTagColor");
107} 102}
108 103
109// static 104// static
@@ -135,18 +130,6 @@ void LLPrefsColors::updateFriendsCheck()
135 getChild<LLColorSwatchCtrl>("FriendsChatColor")->setEnabled(childGetValue("HighlightFriendsChat")); 130 getChild<LLColorSwatchCtrl>("FriendsChatColor")->setEnabled(childGetValue("HighlightFriendsChat"));
136} 131}
137 132
138// static
139void LLPrefsColors::onCommitCheckClient(LLUICtrl* ctrl, void* userdata)
140{
141 LLPrefsColors* self = (LLPrefsColors*)userdata;
142 self->updateClientCheck();
143}
144
145void LLPrefsColors::updateClientCheck()
146{
147 getChild<LLColorSwatchCtrl>("client_tag_color")->setEnabled(childGetValue("client_name_color_checkt"));
148}
149
150void LLPrefsColors::cancel() 133void LLPrefsColors::cancel()
151{ 134{
152 gSavedSettings.setColor4("SystemChatColor", mSystemChatColor); 135 gSavedSettings.setColor4("SystemChatColor", mSystemChatColor);
@@ -161,7 +144,6 @@ void LLPrefsColors::cancel()
161 gSavedSettings.setColor4("FriendsChatColor", mFriendsChatColor); 144 gSavedSettings.setColor4("FriendsChatColor", mFriendsChatColor);
162 gSavedSettings.setColor4("OwnNameChatColor", mOwnNameChatColor); 145 gSavedSettings.setColor4("OwnNameChatColor", mOwnNameChatColor);
163 gSavedSettings.setColor4("EffectColor", mEffectColor); 146 gSavedSettings.setColor4("EffectColor", mEffectColor);
164 gSavedSettings.setColor4("ImprudenceTagColor", mClientTagColor);
165} 147}
166 148
167void LLPrefsColors::apply() 149void LLPrefsColors::apply()
@@ -198,8 +180,5 @@ void LLPrefsColors::apply()
198 180
199 gSavedSettings.setColor4("EffectColor", childGetValue("effect_color_swatch")); 181 gSavedSettings.setColor4("EffectColor", childGetValue("effect_color_swatch"));
200 182
201 gSavedSettings.setBOOL("ShowClientColor", childGetValue("client_name_color_check"));
202 gSavedSettings.setColor4("ImprudenceTagColor", getChild<LLColorSwatchCtrl>("client_tag_color")->get());
203
204 refreshColors(); // member values become the official values and cancel becomes a no-op. 183 refreshColors(); // member values become the official values and cancel becomes a no-op.
205} 184}
diff --git a/linden/indra/newview/llprefscolors.h b/linden/indra/newview/llprefscolors.h
index d580add..88ea371 100644
--- a/linden/indra/newview/llprefscolors.h
+++ b/linden/indra/newview/llprefscolors.h
@@ -47,11 +47,9 @@ public:
47private: 47private:
48 static void onCommitCheckSelfName(LLUICtrl* ctrl, void* userdata); 48 static void onCommitCheckSelfName(LLUICtrl* ctrl, void* userdata);
49 static void onCommitCheckFriends(LLUICtrl* ctrl, void* userdata); 49 static void onCommitCheckFriends(LLUICtrl* ctrl, void* userdata);
50 static void onCommitCheckClient(LLUICtrl* ctrl, void* userdata);
51 void refreshColors(); 50 void refreshColors();
52 void updateFriendsCheck(); 51 void updateFriendsCheck();
53 void updateSelfCheck(); 52 void updateSelfCheck();
54 void updateClientCheck();
55 53
56 LLColor4 mSystemChatColor; 54 LLColor4 mSystemChatColor;
57 LLColor4 mUserChatColor; 55 LLColor4 mUserChatColor;
@@ -65,7 +63,6 @@ private:
65 LLColor4 mFriendsChatColor; 63 LLColor4 mFriendsChatColor;
66 LLColor4 mOwnNameChatColor; 64 LLColor4 mOwnNameChatColor;
67 LLColor4 mEffectColor; 65 LLColor4 mEffectColor;
68 LLColor4 mClientTagColor;
69}; 66};
70 67
71#endif //LLPREFSCOLORS_H 68#endif //LLPREFSCOLORS_H
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml b/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml
index 86dc5c7..0cbd7c6 100644
--- a/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml
@@ -166,10 +166,12 @@
166 <on_click filter="" function="Inventory.DoToSelected" userdata="copy_uuid" /> 166 <on_click filter="" function="Inventory.DoToSelected" userdata="copy_uuid" />
167 </menu_item_call> 167 </menu_item_call>
168 <menu_item_separator name="Copy Separator" /> 168 <menu_item_separator name="Copy Separator" />
169<!-- See IMP-961 http://redmine.kokuaviewer.org/issues/961
169 <menu_item_call bottom_delta="-18" height="18" label="Cut" left="0" mouse_opaque="true" 170 <menu_item_call bottom_delta="-18" height="18" label="Cut" left="0" mouse_opaque="true"
170 name="Cut" width="128"> 171 name="Cut" width="128">
171 <on_click filter="" function="Inventory.DoToSelected" userdata="cut" /> 172 <on_click filter="" function="Inventory.DoToSelected" userdata="cut" />
172 </menu_item_call> 173 </menu_item_call>
174-->
173 <menu_item_call bottom_delta="-18" height="18" label="Copy" left="0" mouse_opaque="true" 175 <menu_item_call bottom_delta="-18" height="18" label="Copy" left="0" mouse_opaque="true"
174 name="Copy" width="128"> 176 name="Copy" width="128">
175 <on_click filter="" function="Inventory.DoToSelected" userdata="copy" /> 177 <on_click filter="" function="Inventory.DoToSelected" userdata="copy" />
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml
index c037439..aedda8a 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml
@@ -73,7 +73,7 @@ USE left="270" FOR TABBING OPTIONS
73 73
74 <check_box bottom_delta="-25" enabled="true" follows="left|top" 74 <check_box bottom_delta="-25" enabled="true" follows="left|top"
75 font="SansSerifSmall" height="16" initial_value="false" 75 font="SansSerifSmall" height="16" initial_value="false"
76 label="Show client names in nametags" left_delta="30" mouse_opaque="true" 76 label="Show client names in nametags" left="50" mouse_opaque="true"
77 name="client_name_tag_check" radio_style="false" width="160" /> 77 name="client_name_tag_check" radio_style="false" width="160" />
78 <check_box bottom_delta="0" enabled="true" follows="left|top" 78 <check_box bottom_delta="0" enabled="true" follows="left|top"
79 font="SansSerifSmall" height="16" initial_value="false" 79 font="SansSerifSmall" height="16" initial_value="false"
@@ -81,12 +81,16 @@ USE left="270" FOR TABBING OPTIONS
81 name="client_name_hover_check" radio_style="false" width="160" /> 81 name="client_name_hover_check" radio_style="false" width="160" />
82 <check_box bottom_delta="-18" enabled="true" follows="left|top" 82 <check_box bottom_delta="-18" enabled="true" follows="left|top"
83 font="SansSerifSmall" height="16" initial_value="false" 83 font="SansSerifSmall" height="16" initial_value="false"
84 label="Show your client name to others" left="50" mouse_opaque="true" 84 label="Show client name tag colors" left="50" mouse_opaque="true"
85 name="client_colors_check" radio_style="false" width="160" />
86 <check_box bottom_delta="0" enabled="true" follows="left|top"
87 font="SansSerifSmall" height="16" initial_value="false"
88 label="Show your client name to others" left="270" mouse_opaque="true"
85 name="client_name_tag_broadcast_check" radio_style="false" width="217" /> 89 name="client_name_tag_broadcast_check" radio_style="false" width="217" />
86 <check_box bottom_delta="-18" enabled="true" follows="left|top" 90 <check_box bottom_delta="-18" enabled="true" follows="left|top"
87 font="SansSerifSmall" height="16" initial_value="false" 91 font="SansSerifSmall" height="16" initial_value="false"
88 tool_tip="Toggle editing animation and standing up when entering appearance mode" 92 tool_tip="Toggle editing animation and standing up when entering appearance mode"
89 label="Animate avatar when editing appearance" left_delta="0" mouse_opaque="true" 93 label="Animate avatar when editing appearance" left="50" mouse_opaque="true"
90 name="appearance_anim_check" radio_style="false" width="217" /> 94 name="appearance_anim_check" radio_style="false" width="217" />
91 <check_box bottom_delta="-18" control_name="HeadFollowsMouse" enabled="true" 95 <check_box bottom_delta="-18" control_name="HeadFollowsMouse" enabled="true"
92 follows="left|top" font="SansSerifSmall" height="16" 96 follows="left|top" font="SansSerifSmall" height="16"
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml
index e14442a..cf947ee 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml
@@ -215,7 +215,7 @@ USE left="270" FOR TABBING OPTIONS
215 215
216 <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left_delta="-30" 216 <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left_delta="-30"
217 name="EmSpell_txt1" width="512"> 217 name="EmSpell_txt1" width="512">
218 Current language (dictionary): 218 Base dictionary:
219 </text> 219 </text>
220 <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18" 220 <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18"
221 max_chars="200" mouse_opaque="true" name="EmeraldSpellBase" width="250" 221 max_chars="200" mouse_opaque="true" name="EmeraldSpellBase" width="250"
@@ -223,13 +223,13 @@ USE left="270" FOR TABBING OPTIONS
223 223
224 <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" 224 <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left_delta="0"
225 name="EmSpell_txt3" width="512"> 225 name="EmSpell_txt3" width="512">
226 Downloaded languages (dictionaries): 226 Available (inactive) extra dictionaries:
227 </text> 227 </text>
228 <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18" 228 <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18"
229 max_chars="200" mouse_opaque="true" name="EmSpell_Avail" width="250" 229 max_chars="200" mouse_opaque="true" name="EmSpell_Avail" width="250"
230 control_name="EmSpell_Avail" tool_tip=""/> 230 control_name="EmSpell_Avail" tool_tip=""/>
231 231
232 <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" label="Install" 232 <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" label="Activate"
233 name="EmSpell_Add" tool_tip="" left_delta="255" width="110"/> 233 name="EmSpell_Add" tool_tip="" left_delta="255" width="110"/>
234 234
235 <button bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="20" label="Download More..." 235 <button bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="20" label="Download More..."
@@ -237,13 +237,13 @@ USE left="270" FOR TABBING OPTIONS
237 237
238 <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" 238 <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left_delta="0"
239 name="EmSpell_txt2" width="512"> 239 name="EmSpell_txt2" width="512">
240 Additional custom languages (dictionaries): 240 Active extra dictionaries:
241 </text> 241 </text>
242 <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18" 242 <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18"
243 max_chars="200" mouse_opaque="true" name="EmSpell_Installed" width="250" 243 max_chars="200" mouse_opaque="true" name="EmSpell_Installed" width="250"
244 control_name="EmSpell_Installed" tool_tip=""/> 244 control_name="EmSpell_Installed" tool_tip=""/>
245 245
246 <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" label="Remove" 246 <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" label="Deactivate"
247 name="EmSpell_Remove" tool_tip="" left_delta="255" width="110"/> 247 name="EmSpell_Remove" tool_tip="" left_delta="255" width="110"/>
248 248
249 <!--<button bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="18" label="Edit Custom dictionary" 249 <!--<button bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="18" label="Edit Custom dictionary"
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_colors.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_colors.xml
index 9b55822..04e71d4 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_colors.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_colors.xml
@@ -33,24 +33,7 @@ USE left="270" FOR TABBING OPTIONS
33 tool_tip="Click to open Color Picker" width="65" /> 33 tool_tip="Click to open Color Picker" width="65" />
34 34
35 35
36 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 36 <view_border bevel_style="none" border_thickness="1" bottom_delta="0" follows="left|top"
37 bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" font-style="BOLD|SHADOW"
38 font="SansSerifSmall" h_pad="0" halign="left" height="10" left="270"
39 mouse_opaque="true" name="client_tag_color_textbox" v_pad="0" width="394">
40 Client Tag Color:
41 </text>
42 <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom_delta="-80"
43 can_apply_immediately="true" color="0.79 0.44 0.88 1"
44 enabled="true" follows="left|top"
45 height="65" label="Imprudence" left_delta="30" mouse_opaque="true"
46 name="client_tag_color" width="65" />
47 <check_box bottom_delta="45" enabled="true" follows="left|top"
48 font="SansSerifSmall" height="16" initial_value="false"
49 label="Color client tags" left_delta="76" mouse_opaque="true"
50 name="client_name_color_check" radio_style="false" width="160" />
51
52
53 <view_border bevel_style="none" border_thickness="1" bottom_delta="-60" follows="left|top"
54 height="1" left="55" name="border" width="380" /> 37 height="1" left="55" name="border" width="380" />
55 38
56 39