diff options
author | Merov Linden <merov@lindenlab.com> | 2012-08-29 10:45:32 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-08-29 10:45:32 -0700 |
commit | 01a154809d650f7905aaa208150a1070b19e5c2b (patch) | |
tree | f0dda921e97830d68e41553137459a3dbcca07b6 /indra/newview/lltoastimpanel.cpp | |
parent | ca7abc4c3be9310f4e5fec00b7d6ffadaba58ff0 (diff) | |
parent | 051bc99573d7c571cea0e2e1df332c1e5e97ff19 (diff) |
Pull merge from richard/viewer-chui
Diffstat (limited to 'indra/newview/lltoastimpanel.cpp')
-rw-r--r-- | indra/newview/lltoastimpanel.cpp | 4 |
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()); } |