diff options
| author | Steve Bennetts <steve@lindenlab.com> | 2009-10-28 16:21:14 -0700 |
|---|---|---|
| committer | Steve Bennetts <steve@lindenlab.com> | 2009-10-28 16:21:14 -0700 |
| commit | d993ce14d83530544c0e0f05af10d235999d9a5f (patch) | |
| tree | b1b9de442fb35d81ad73b1fc3391bc3bde71d878 /indra/newview/llsyswellwindow.cpp | |
| parent | 9cfcb53d1904d868e1e3f640baf794aba9ffbb2a (diff) | |
| parent | 7d87e55c547a537526ee121dc68df6513d513f05 (diff) | |
merge
Diffstat (limited to 'indra/newview/llsyswellwindow.cpp')
| -rw-r--r-- | indra/newview/llsyswellwindow.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llsyswellwindow.cpp b/indra/newview/llsyswellwindow.cpp index 86290e6695..93a931dc78 100644 --- a/indra/newview/llsyswellwindow.cpp +++ b/indra/newview/llsyswellwindow.cpp @@ -113,6 +113,12 @@ void LLSysWellWindow::connectListUpdaterToSignal(std::string notification_type) } //--------------------------------------------------------------------------------- +void LLSysWellWindow::onStartUpToastClick(S32 x, S32 y, MASK mask) +{ + onChicletClick(); +} + +//--------------------------------------------------------------------------------- void LLSysWellWindow::onChicletClick() { // 1 - remove StartUp toast and channel if present |
