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

@@ -59,6 +59,7 @@
#include "llfloaterworldmap.h"
#include "llviewerregion.h"
#include "llviewerwindow.h"
#include "llnotificationsutil.h"
// [RLVa:KB]
#include "rlvhandler.h"
@@ -596,7 +597,7 @@ void LLPanelPick::onClickSet(void* data)
// is the location and nothing else
if ( gAgent.getRegion ()->getName () != self->mSimName )
{
LLNotifications::instance().add("SetPickLocation");
LLNotificationsUtil::add("SetPickLocation");
};
self->mLocationEditor->setText(location_text);