summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-01-22 20:20:10 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-01-22 20:20:10 +0200
commit9d93d37913d144ff099523f2999bbc5bf4b1abc5 (patch)
tree0b3ee6fdd6c2be5fd376a85c38fe4e2e73aa6a7e /indra
parente349ad63d8f87517b758aeefe4c2203d5baa6770 (diff)
parent965fe7b0ec270db8fb5d145a776c322f6f66f019 (diff)
Merged MAINT-6047
Diffstat (limited to 'indra')
-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)