Add missing operand in inventory actions.

This commit is contained in:
Router Gray
2019-05-24 10:09:00 -05:00
parent 4329d46ac4
commit df13aa408b

View File

@@ -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)));