diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-11-20 14:03:57 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-11-20 14:03:57 +0000 |
commit | 4300b204f0fc519d3e2dabc7e1296284e5908611 (patch) | |
tree | 0a5823bdee6d9379058e359c2a0fc4e21287661a /indra/newview/llpanelsnapshotoptions.cpp | |
parent | eb6e64ec401382fd2fbbbb27830e828035a6e5af (diff) |
SL-10499 - handle package info from benefits service
Diffstat (limited to 'indra/newview/llpanelsnapshotoptions.cpp')
-rw-r--r-- | indra/newview/llpanelsnapshotoptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelsnapshotoptions.cpp b/indra/newview/llpanelsnapshotoptions.cpp index 7932db8727..6ded46d690 100644 --- a/indra/newview/llpanelsnapshotoptions.cpp +++ b/indra/newview/llpanelsnapshotoptions.cpp @@ -94,7 +94,7 @@ void LLPanelSnapshotOptions::onOpen(const LLSD& key) void LLPanelSnapshotOptions::updateUploadCost() { - S32 upload_cost = LLAgentBenefits::instance().getTextureUploadCost(); + S32 upload_cost = LLAgentBenefitsMgr::current().getTextureUploadCost(); getChild<LLUICtrl>("save_to_inventory_btn")->setLabelArg("[AMOUNT]", llformat("%d", upload_cost)); } |