diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-01-22 19:07:22 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-01-22 19:07:22 +0200 |
commit | 331be5d3d0cd897fac2a6834e1d35f4adc4edbd7 (patch) | |
tree | c8cb64cc1e225a98e456a4978d25a178b7a63a2f | |
parent | ec7f17d5b0f8269da11941476c3c5801e480c849 (diff) |
MAINT-6047 shop button in inventory opens external browser only
-rwxr-xr-x | indra/newview/llsidepanelinventory.cpp | 2 |
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) |