summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-06-15 14:43:19 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-06-15 14:43:19 +0100
commit87e9828fc95b89f498a33ecfa14671c12c25b6ca (patch)
tree18bc0c81eaa604f4a2fc780b3ed3de2c4de5ac0f /indra
parent7f2ca84f5f5cf1bc10e756ef1873b20155bd1974 (diff)
Backed out changeset ccbf22ff283c
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloatersnapshot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp
index e994a18d9b..a6a8194685 100644
--- a/indra/newview/llfloatersnapshot.cpp
+++ b/indra/newview/llfloatersnapshot.cpp
@@ -988,7 +988,7 @@ void profile_pic_upload_callback(const LLUUID& uuid)
void LLSnapshotLivePreview::confirmSavingTexture(bool set_as_profile_pic)
{
LLSD args;
- args["AMOUNT"] = LLGlobalEconomy::Singleton::getInstance()->getPriceUpload();
+ args["AMOUNT"] = "10"; // *TODO: there's currently no way to avoid hardcoding the upload price
LLNotificationsUtil::add("UploadConfirmation", args, LLSD(),
boost::bind(&LLSnapshotLivePreview::onSavingTextureConfirmed, this, _1, _2, set_as_profile_pic));
}