Added LLNotificationsUtil and switched LLNotifications::instance().add to LLNotificationsUtil::add in a bazillion places.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
#include "llviewercontrol.h"
|
||||
#include "llviewermedia.h"
|
||||
#include "llviewerwindow.h"
|
||||
#include "llnotifications.h"
|
||||
#include "llnotificationsutil.h"
|
||||
#include "llweb.h"
|
||||
#include "llrender.h"
|
||||
#include "llpluginclassmedia.h"
|
||||
@@ -903,7 +903,7 @@ void LLMediaCtrl::onClickLinkNoFollow( LLPluginClassMedia* self )
|
||||
&& !mTrusted)
|
||||
{
|
||||
// block handling of this secondlife:///app/ URL
|
||||
LLNotifications::instance().add("UnableToOpenCommandURL");
|
||||
LLNotificationsUtil::add("UnableToOpenCommandURL");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user