Added LLNotificationsUtil and switched LLNotifications::instance().add to LLNotificationsUtil::add in a bazillion places.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
#include "llviewermedia.h"
|
||||
#include "llviewerparcelmedia.h"
|
||||
#include "llcombobox.h"
|
||||
|
||||
#include "llnotificationsutil.h"
|
||||
|
||||
// TEMP
|
||||
#include "llsdutil.h"
|
||||
@@ -371,7 +371,7 @@ void LLViewerHtmlHelp::show(std::string url)
|
||||
LLSD notificationData;
|
||||
notificationData["url"] = url;
|
||||
|
||||
LLNotifications::instance().add("ClickOpenF1Help", notificationData, LLSD(), onClickF1HelpLoadURL);
|
||||
LLNotificationsUtil::add("ClickOpenF1Help", notificationData, LLSD(), onClickF1HelpLoadURL);
|
||||
floater_html->close();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user