Added LLNotificationsUtil and switched LLNotifications::instance().add to LLNotificationsUtil::add in a bazillion places.

This commit is contained in:
Shyotl
2011-09-03 19:30:42 -05:00
parent 7b2aa741aa
commit 417f5084b4
124 changed files with 912 additions and 623 deletions

View File

@@ -50,7 +50,7 @@
#include "lluiconstants.h"
#include "llpanelevent.h"
#include "llappviewer.h"
#include "llnotify.h"
#include "llnotificationsutil.h"
BOOL gDisplayEventHack = FALSE;
@@ -190,7 +190,7 @@ void LLPanelDirEvents::performQueryOrDelete(U32 event_id)
if ( !( scope & (DFQ_INC_PG | DFQ_INC_MATURE | DFQ_INC_ADULT )))
{
LLNotifications::instance().add("NoContentToSearch");
LLNotificationsUtil::add("NoContentToSearch");
return;
}