diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-01-22 20:20:10 +0200 | 
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-01-22 20:20:10 +0200 | 
| commit | 9d93d37913d144ff099523f2999bbc5bf4b1abc5 (patch) | |
| tree | 0b3ee6fdd6c2be5fd376a85c38fe4e2e73aa6a7e | |
| parent | e349ad63d8f87517b758aeefe4c2203d5baa6770 (diff) | |
| parent | 965fe7b0ec270db8fb5d145a776c322f6f66f019 (diff) | |
Merged MAINT-6047
| -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) | 
