diff --git a/indra/newview/llfloatermarketplacelistings.cpp b/indra/newview/llfloatermarketplacelistings.cpp index 96ef0ca88..00f10ccdb 100644 --- a/indra/newview/llfloatermarketplacelistings.cpp +++ b/indra/newview/llfloatermarketplacelistings.cpp @@ -412,7 +412,7 @@ BOOL LLFloaterMarketplaceListings::postBuild() mInventoryStatus = getChild("marketplace_status"); mInventoryInitializationInProgress = getChild("initialization_progress_indicator"); mInventoryPlaceholder = getChild("marketplace_listings_inventory_placeholder_panel"); - mInventoryText = mInventoryPlaceholder->getChild("marketplace_listings_inventory_placeholder_text"); + mInventoryText = mInventoryPlaceholder->getChild("marketplace_listings_inventory_placeholder_text"); mInventoryTitle = mInventoryPlaceholder->getChild("marketplace_listings_inventory_placeholder_title"); LLFocusableElement::setFocusReceivedCallback(boost::bind(&LLFloaterMarketplaceListings::onFocusReceived, this)); diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h index fbeb10077..cb590b5d0 100644 --- a/indra/newview/llfloatermarketplacelistings.h +++ b/indra/newview/llfloatermarketplacelistings.h @@ -140,7 +140,7 @@ private: LLTextBox * mInventoryStatus; LLView * mInventoryInitializationInProgress; LLView * mInventoryPlaceholder; - LLTextBox * mInventoryText; + LLTextEditor * mInventoryText; LLTextBox * mInventoryTitle; LLUUID mRootFolderId; diff --git a/indra/newview/skins/default/xui/en-us/floater_marketplace_listings.xml b/indra/newview/skins/default/xui/en-us/floater_marketplace_listings.xml index b47ab4871..a9d528d3d 100644 --- a/indra/newview/skins/default/xui/en-us/floater_marketplace_listings.xml +++ b/indra/newview/skins/default/xui/en-us/floater_marketplace_listings.xml @@ -52,8 +52,12 @@ font="SansSerifBold"> Loading... -