summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-01-22 19:07:22 +0200
committerandreykproductengine <akleshchev@productengine.com>2016-01-22 19:07:22 +0200
commit331be5d3d0cd897fac2a6834e1d35f4adc4edbd7 (patch)
treec8cb64cc1e225a98e456a4978d25a178b7a63a2f /indra/newview
parentec7f17d5b0f8269da11941476c3c5801e480c849 (diff)
MAINT-6047 shop button in inventory opens external browser only
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llsidepanelinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp
index 0e23e2ad10..6743a78dcb 100755
--- a/indra/newview/llsidepanelinventory.cpp
+++ b/indra/newview/llsidepanelinventory.cpp
@@ -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)