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
commit965fe7b0ec270db8fb5d145a776c322f6f66f019 (patch)
tree4e20d52753ed94533c183be3efa1448919e3898a /indra/newview
parentb51bb01fb6229561e099772a598fef13bb14b143 (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)