diff options
| author | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-13 12:32:06 +0200 | 
|---|---|---|
| committer | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-13 12:32:06 +0200 | 
| commit | 05d2f3f7647269ffca2da8cba9bd6b91b56a1905 (patch) | |
| tree | 88c0c30ccbe9f5c02fdf90dc795c44e980ea04f9 | |
| parent | d116185bfd1d64c7108e75ea1a7745f08cb2a3d0 (diff) | |
No ticket. A little refactoring.
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/lltoastimpanel.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/lltoastimpanel.cpp b/indra/newview/lltoastimpanel.cpp index 9370e318cf..1ea5f515b7 100644 --- a/indra/newview/lltoastimpanel.cpp +++ b/indra/newview/lltoastimpanel.cpp @@ -69,7 +69,7 @@ LLToastIMPanel::LLToastIMPanel(LLToastIMPanel::Params &p) :	LLToastPanel(p.notif  	mNotification = p.notification;  	// if message comes from the system - there shouldn't be a reply btn -	if(p.from == "Second Life") +	if(p.from == SYSTEM_FROM)  	{  		mAvatar->setVisible(FALSE);  		sys_msg_icon->setVisible(TRUE); | 
