From 4617a37edfc291a0942027231691bdbf6109b9cb Mon Sep 17 00:00:00 2001 From: Aaron Brashears Date: Wed, 3 Jan 2007 21:05:41 +0000 Subject: corrected, removed, and updated comments throughout the code to be more useful. no code changes. SL-13762 --- indra/newview/llfloaterbuycontents.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'indra/newview/llfloaterbuycontents.cpp') diff --git a/indra/newview/llfloaterbuycontents.cpp b/indra/newview/llfloaterbuycontents.cpp index c0ca919344..0b3df52e07 100644 --- a/indra/newview/llfloaterbuycontents.cpp +++ b/indra/newview/llfloaterbuycontents.cpp @@ -259,8 +259,9 @@ void LLFloaterBuyContents::onClickBuy(void*) LLUUID category_id; category_id = gInventory.findCategoryUUIDForType(LLAssetType::AT_CATEGORY); - // FIXME: doesn't work for multiple object buy, which UI does not currently support - // sale info is used for verification only, if it doesn't match region info then sale is canceled + // *NOTE: doesn't work for multiple object buy, which UI does not + // currently support sale info is used for verification only, if + // it doesn't match region info then sale is canceled. gSelectMgr->sendBuy(gAgent.getID(), category_id, sInstance->mSaleInfo); sInstance->close(); -- cgit v1.2.3