diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 2f527e134..61b16c729 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -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)));