MAINT-6047 shop button in inventory opens external browser only
parent
ec7f17d5b0
commit
331be5d3d0
|
|
@ -452,7 +452,7 @@ void LLSidepanelInventory::onShareButtonClicked()
|
|||
|
||||
void LLSidepanelInventory::onShopButtonClicked()
|
||||
{
|
||||
LLWeb::loadURLExternal(gSavedSettings.getString("MarketplaceURL"));
|
||||
LLWeb::loadURL(gSavedSettings.getString("MarketplaceURL"));
|
||||
}
|
||||
|
||||
void LLSidepanelInventory::performActionOnSelection(const std::string &action)
|
||||
|
|
|
|||
Loading…
Reference in New Issue