diff options
-rw-r--r-- | indra/newview/llchiclet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h index dd0d47cccd..4236c3f359 100644 --- a/indra/newview/llchiclet.h +++ b/indra/newview/llchiclet.h @@ -926,9 +926,9 @@ protected: mChiclet(chiclet) { // connect counter handlers to the signals - connectToChannel("IM Notifications"); connectToChannel("Group Notifications"); connectToChannel("Offer"); + connectToChannel("Notifications"); } static bool filterNotification(LLNotificationPtr notify); |