MAINT-6047 shop button in inventory opens external browser only

master
andreykproductengine 2016-01-22 19:07:22 +02:00
parent ec7f17d5b0
commit 331be5d3d0
1 changed files with 1 additions and 1 deletions

View File

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