summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastgroupnotifypanel.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-08-20 10:15:37 -0700
committerRichard Nelson <none@none>2010-08-20 10:15:37 -0700
commit6bbd490107abe162c114ccd990636ae6b16f46f8 (patch)
tree13d7f4c1da1f28fe7ed8b73bcea82cea35ba9526 /indra/newview/lltoastgroupnotifypanel.cpp
parent48e0087ce3096e3ebe778124cdb21b87eedcc07c (diff)
parent02d8197019dcecec7aee80a104c4644ddb4807ca (diff)
merge
Diffstat (limited to 'indra/newview/lltoastgroupnotifypanel.cpp')
-rw-r--r--indra/newview/lltoastgroupnotifypanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastgroupnotifypanel.cpp b/indra/newview/lltoastgroupnotifypanel.cpp
index 7c2e68f942..f76c9adb78 100644
--- a/indra/newview/lltoastgroupnotifypanel.cpp
+++ b/indra/newview/lltoastgroupnotifypanel.cpp
@@ -60,7 +60,7 @@ LLToastGroupNotifyPanel::LLToastGroupNotifyPanel(LLNotificationPtr& notification
: LLToastPanel(notification),
mInventoryOffer(NULL)
{
- buildPanel(this, "panel_group_notify.xml");
+ buildFromFile( "panel_group_notify.xml");
const LLSD& payload = notification->getPayload();
LLGroupData groupData;
if (!gAgent.getGroupData(payload["group_id"].asUUID(),groupData))