aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterbulkpermission.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterbulkpermission.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterbulkpermission.cpp b/linden/indra/newview/llfloaterbulkpermission.cpp
index 4697296..d4e1e98 100644
--- a/linden/indra/newview/llfloaterbulkpermission.cpp
+++ b/linden/indra/newview/llfloaterbulkpermission.cpp
@@ -61,6 +61,7 @@ LLFloaterBulkPermission::LLFloaterBulkPermission(const LLSD& seed) : mDone(FALSE
61 mID.generate(); 61 mID.generate();
62 LLUICtrlFactory::getInstance()->buildFloater(this,"floater_bulk_perms.xml"); 62 LLUICtrlFactory::getInstance()->buildFloater(this,"floater_bulk_perms.xml");
63 childSetEnabled("next_owner_transfer", gSavedSettings.getBOOL("BulkChangeNextOwnerCopy")); 63 childSetEnabled("next_owner_transfer", gSavedSettings.getBOOL("BulkChangeNextOwnerCopy"));
64 childSetAction("help", onHelpBtn, this);
64 childSetAction("apply", onApplyBtn, this); 65 childSetAction("apply", onApplyBtn, this);
65 childSetAction("close", onCloseBtn, this); 66 childSetAction("close", onCloseBtn, this);
66 childSetAction("check_all", onCheckAll, this); 67 childSetAction("check_all", onCheckAll, this);
@@ -149,6 +150,11 @@ void LLFloaterBulkPermission::onApplyBtn(void* user_data)
149 self->doApply(); 150 self->doApply();
150} 151}
151 152
153void LLFloaterBulkPermission::onHelpBtn(void* user_data)
154{
155 LLNotifications::instance().add("HelpBulkPermission");
156}
157
152void LLFloaterBulkPermission::onCloseBtn(void* user_data) 158void LLFloaterBulkPermission::onCloseBtn(void* user_data)
153{ 159{
154 LLFloaterBulkPermission* self = static_cast<LLFloaterBulkPermission*>(user_data); 160 LLFloaterBulkPermission* self = static_cast<LLFloaterBulkPermission*>(user_data);