summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastimpanel.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-08-29 10:45:32 -0700
committerMerov Linden <merov@lindenlab.com>2012-08-29 10:45:32 -0700
commit01a154809d650f7905aaa208150a1070b19e5c2b (patch)
treef0dda921e97830d68e41553137459a3dbcca07b6 /indra/newview/lltoastimpanel.cpp
parentca7abc4c3be9310f4e5fec00b7d6ffadaba58ff0 (diff)
parent051bc99573d7c571cea0e2e1df332c1e5e97ff19 (diff)
Pull merge from richard/viewer-chui
Diffstat (limited to 'indra/newview/lltoastimpanel.cpp')
-rw-r--r--indra/newview/lltoastimpanel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lltoastimpanel.cpp b/indra/newview/lltoastimpanel.cpp
index e0cb200ef5..75e6e3d13a 100644
--- a/indra/newview/lltoastimpanel.cpp
+++ b/indra/newview/lltoastimpanel.cpp
@@ -104,9 +104,9 @@ LLToastIMPanel::~LLToastIMPanel()
}
//virtual
-BOOL LLToastIMPanel::handleMouseDown(S32 x, S32 y, MASK mask)
+BOOL LLToastIMPanel::handleMouseUp(S32 x, S32 y, MASK mask)
{
- if (LLPanel::handleMouseDown(x,y,mask) == FALSE)
+ if (LLPanel::handleMouseUp(x,y,mask) == FALSE)
{
mNotification->respond(mNotification->getResponseTemplate());
}