aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llfloaterchat.cpp4
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml6
2 files changed, 5 insertions, 5 deletions
diff --git a/linden/indra/newview/llfloaterchat.cpp b/linden/indra/newview/llfloaterchat.cpp
index 994776e..7613e36 100644
--- a/linden/indra/newview/llfloaterchat.cpp
+++ b/linden/indra/newview/llfloaterchat.cpp
@@ -255,7 +255,7 @@ void log_chat_text(const LLChat& chat)
255// static 255// static
256void LLFloaterChat::toggleHistoryChannelControl() 256void LLFloaterChat::toggleHistoryChannelControl()
257{ 257{
258 LLFloaterChat* chat_floater = LLFloaterChat::getInstance(LLSD()); 258 /*LLFloaterChat* chat_floater = LLFloaterChat::getInstance(LLSD());
259 BOOL visible = gSavedSettings.getBOOL("ChatChannelSelect"); 259 BOOL visible = gSavedSettings.getBOOL("ChatChannelSelect");
260 BOOL control = chat_floater->getChild<LLSpinCtrl>("channel_control")->getVisible(); 260 BOOL control = chat_floater->getChild<LLSpinCtrl>("channel_control")->getVisible();
261 261
@@ -276,7 +276,7 @@ void LLFloaterChat::toggleHistoryChannelControl()
276 input->setRect(input_rect); 276 input->setRect(input_rect);
277 277
278 chat_floater->childSetVisible("channel_control", visible); 278 chat_floater->childSetVisible("channel_control", visible);
279 chat_floater->childSetEnabled("channel_control", visible); 279 chat_floater->childSetEnabled("channel_control", visible);*/
280} 280}
281 281
282// static 282// static
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml b/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml
index 779af50..3c33fd9 100644
--- a/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml
@@ -100,14 +100,14 @@
100 <panel bottom="5" follows="left|right|bottom" left="5" name="chat_panel" right="-5" 100 <panel bottom="5" follows="left|right|bottom" left="5" name="chat_panel" right="-5"
101 tab_group="1" top="25"> 101 tab_group="1" top="25">
102 <string name="gesture_label">Gestures</string> 102 <string name="gesture_label">Gestures</string>
103 <spinner bottom="-22" decimal_digits="0" follows="left|bottom" height="20" 103 <!--<spinner bottom="-22" decimal_digits="0" follows="left|bottom" height="20"
104 increment="1.00" initial_val="0" label="Channel" label_width="50" left="0" 104 increment="1.00" initial_val="0" label="Channel" label_width="50" left="0"
105 max_val="1000000" min_val="0" mouse_opaque="true" name="channel_control" 105 max_val="1000000" min_val="0" mouse_opaque="true" name="channel_control"
106 width="100" tool_tip="Set the default channel for inworld chat"/> 106 width="100" tool_tip="Set the default channel for inworld chat"/>-->
107 <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="0" 107 <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="0"
108 enabled="true" follows="left|right|bottom" font="SansSerif" 108 enabled="true" follows="left|right|bottom" font="SansSerif"
109 handle_edit_keys_directly="false" height="20" label="Click here to chat." 109 handle_edit_keys_directly="false" height="20" label="Click here to chat."
110 left="105" max_length="254" mouse_opaque="true" name="Chat Editor" 110 left="0" max_length="254" mouse_opaque="true" name="Chat Editor"
111 right="-70" select_all_on_focus_received="false" select_on_focus="false" 111 right="-70" select_all_on_focus_received="false" select_on_focus="false"
112 tab_group="1" /> 112 tab_group="1" />
113 <flyout_button bottom="0" follows="right|bottom" height="20" label="Say" left="-65" 113 <flyout_button bottom="0" follows="right|bottom" height="20" label="Say" left="-65"