Add missing operand in inventory actions.
This commit is contained in:
@@ -3142,7 +3142,7 @@ void LLFolderBridge::performAction(LLInventoryModel* model, std::string action)
|
||||
}
|
||||
return;
|
||||
}
|
||||
else if ("marketplace_copy_id")
|
||||
else if ("marketplace_copy_id" == action)
|
||||
{
|
||||
auto id = LLMarketplaceData::instance().getListingID(mUUID);
|
||||
gViewerWindow->getWindow()->copyTextToClipboard(utf8str_to_wstring(std::to_string(id)));
|
||||
|
||||
Reference in New Issue
Block a user