diff options
author | Dmitry Oleshko <doleshko@productengine.com> | 2009-10-26 18:51:31 +0200 |
---|---|---|
committer | Dmitry Oleshko <doleshko@productengine.com> | 2009-10-26 18:51:31 +0200 |
commit | fa13628e9d56d473ae1fd8f4aa53afaf6a229e7b (patch) | |
tree | 31a7eddc130f8fc9979abb2db0db6e72c4b06bba /indra/newview/llsyswellwindow.h | |
parent | e4b3b5f7df55df49f1253cf5fa7bd728e1fbb094 (diff) |
Fixed normal bug [BSI] The "X notifications arrived while you were away" toast on login is not clickable
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llsyswellwindow.h')
-rw-r--r-- | indra/newview/llsyswellwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsyswellwindow.h b/indra/newview/llsyswellwindow.h index fa6a1abea4..cbc5f7358f 100644 --- a/indra/newview/llsyswellwindow.h +++ b/indra/newview/llsyswellwindow.h @@ -76,6 +76,7 @@ public: void onItemClose(LLSysWellItem* item); void onStoreToast(LLPanel* info_panel, LLUUID id); void onChicletClick(); + void onStartUpToastClick(S32 x, S32 y, MASK mask); // size constants for the window and for its elements static const S32 MAX_WINDOW_HEIGHT = 200; |