summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2012-01-20 14:26:45 -0500
committerJonathan Yap <none@none>2012-01-20 14:26:45 -0500
commit44436d0240ceeb384d1a2fc05c46ccf1c4034f94 (patch)
tree8006646a67fe1e31992210bf99774231fa27fe55 /indra/newview/llimview.cpp
parentd70d57c9387bd94d32cb3e2b71430102f250c6eb (diff)
STORM-1795 Fixed misspelled variable
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index dbdef9d47b..06f57719f5 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -2463,7 +2463,7 @@ void LLIMMgr::addMessage(
{
if (LLAvatarTracker::instance().getBuddyInfo(other_participant_id) == NULL)
{
- show_messages = false;
+ show_message = false;
}
}