diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2012-09-19 19:20:21 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-09-19 19:20:21 +0300 |
commit | fcb010e835d9b894ba6d1012ac8e3a85c5ab3400 (patch) | |
tree | c7b94a915c4ed09c863bd9ef13183afc86d6ea6d /indra/newview/skins/default | |
parent | 86ac47474f42598d3edb65970117b442457f7284 (diff) |
CHUI-338 FIXED (LLAvatarNameResponder warning shown in debug console when using spinner to page through chat history viewer)
- Trying to restore avatarID by its name before appending message to chat history.
- Also prevented requesting avatar name by null LLUUID in LLAvatarIconCtrl::setValue
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_conversation_preview.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_conversation_preview.xml b/indra/newview/skins/default/xui/en/floater_conversation_preview.xml index 0e5af67f68..6f1ddaaf4f 100644 --- a/indra/newview/skins/default/xui/en/floater_conversation_preview.xml +++ b/indra/newview/skins/default/xui/en/floater_conversation_preview.xml @@ -52,7 +52,7 @@ width="50"/> <text follows="bottom|right" - font="SandSerif" + font="SansSerif" height="22" layout="topleft" name="page_num_label" |