diff options
author | McCabe Maxsted | 2009-10-13 10:16:26 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-13 10:16:26 -0700 |
commit | adc1da22ce2ad595a19e9d8aea94cb5943f76a6e (patch) | |
tree | 9f61da8216ef0fd19c13e0e48f5eb66f688ac563 /linden/indra/newview/skins/default/xui/en-us | |
parent | Applied show IM logs button from Emerald viewer and added an alert if there i... (diff) | |
download | meta-impy-adc1da22ce2ad595a19e9d8aea94cb5943f76a6e.zip meta-impy-adc1da22ce2ad595a19e9d8aea94cb5943f76a6e.tar.gz meta-impy-adc1da22ce2ad595a19e9d8aea94cb5943f76a6e.tar.bz2 meta-impy-adc1da22ce2ad595a19e9d8aea94cb5943f76a6e.tar.xz |
Disable IM history button for Linux and Mac users
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml index 22e7f1e..b947fad 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml | |||
@@ -39,15 +39,15 @@ | |||
39 | <button bottom_delta="0" follows="left|top" font="SansSerif" | 39 | <button bottom_delta="0" follows="left|top" font="SansSerif" |
40 | halign="center" bottom ="-40" height="20" label="Offer Teleport" left_delta="85" | 40 | halign="center" bottom ="-40" height="20" label="Offer Teleport" left_delta="85" |
41 | mouse_opaque="true" name="offer_tp_btn" scale_image="true" width="102" /> | 41 | mouse_opaque="true" name="offer_tp_btn" scale_image="true" width="102" /> |
42 | <button bottom="-40" follows="left|top" halign="center" height="20" label="History" left_delta="107" | ||
43 | name="history_btn" visible="true" width="85" /> | ||
44 | <button bottom="-40" follows="left|top" halign="center" height="20" | 42 | <button bottom="-40" follows="left|top" halign="center" height="20" |
45 | image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left" | 43 | image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left" |
46 | label="Call" left_delta="92" name="start_call_btn" width="100" /> | 44 | label="Call" left_delta="107" name="start_call_btn" width="100" /> |
47 | <button bottom="-40" follows="left|top" halign="center" height="20" | 45 | <button bottom="-40" follows="left|top" halign="center" height="20" |
48 | image_overlay="icn_voice-call-end.tga" image_overlay_alignment="left" | 46 | image_overlay="icn_voice-call-end.tga" image_overlay_alignment="left" |
49 | label="End Call" left_delta="0" name="end_call_btn" pad_right="10" | 47 | label="End Call" left_delta="0" name="end_call_btn" pad_right="10" |
50 | visible="false" width="100" /> | 48 | visible="false" width="100" /> |
49 | <button bottom="-40" follows="left|top" halign="center" height="20" label="History" left_delta="105" | ||
50 | name="history_btn" visible="true" width="85" /> | ||
51 | <text bottom_delta="0" left="-240" height="14" width="230" name="inventory_send" halign="right" | 51 | <text bottom_delta="0" left="-240" height="14" width="230" name="inventory_send" halign="right" |
52 | text_color="LabelTextColor" follows="right|top" drop_shadow_visible="true" | 52 | text_color="LabelTextColor" follows="right|top" drop_shadow_visible="true" |
53 | bg_visible="false" border_drop_shadow_visible="false" border_visible="false"> | 53 | bg_visible="false" border_drop_shadow_visible="false" border_visible="false"> |