diff options
| author | Jonathan Yap <none@none> | 2012-01-20 14:26:45 -0500 | 
|---|---|---|
| committer | Jonathan Yap <none@none> | 2012-01-20 14:26:45 -0500 | 
| commit | 44436d0240ceeb384d1a2fc05c46ccf1c4034f94 (patch) | |
| tree | 8006646a67fe1e31992210bf99774231fa27fe55 /indra | |
| parent | d70d57c9387bd94d32cb3e2b71430102f250c6eb (diff) | |
STORM-1795 Fixed misspelled variable
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llimview.cpp | 2 | 
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;  		}  	} | 
