diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-04-21 11:43:43 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-04-21 11:43:43 -0700 |
commit | 270d13388223b641b3746000209c2c55c5fb641d (patch) | |
tree | 79bddeb0ad19640299a0ae5e08fba3230adbbde8 /indra/newview/llfloatersnapshot.cpp | |
parent | 9fdba53b09193290ab33fc6aa414329d126505ed (diff) | |
parent | c34bb6f62b0ce623074378173fa9693d938eeb89 (diff) |
Automated merge
Diffstat (limited to 'indra/newview/llfloatersnapshot.cpp')
-rw-r--r-- | indra/newview/llfloatersnapshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp index f4e4c5b81f..b9008fa53b 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"] = "10"; // *TODO: there's currently no way to avoid hardcoding the upload price + args["AMOUNT"] = LLGlobalEconomy::Singleton::getInstance()->getPriceUpload(); LLNotificationsUtil::add("UploadConfirmation", args, LLSD(), boost::bind(&LLSnapshotLivePreview::onSavingTextureConfirmed, this, _1, _2, set_as_profile_pic)); } |