summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2016-08-09 15:38:16 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2016-08-09 15:38:16 +0300
commit6c56c9bf6763e22442cdc16706f0fb978a0ec46d (patch)
tree1a7fdbf9e20a73fcfddac62790dd4b4ddfb89334 /indra
parent22238182c67b3d322e82bb042ad1d618c733a36d (diff)
MAINT-6620 FIXED Use internal or external browser according to Preferences
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterbuycurrency.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterbuycurrency.cpp b/indra/newview/llfloaterbuycurrency.cpp
index e21a8594bc..91436e52fe 100644
--- a/indra/newview/llfloaterbuycurrency.cpp
+++ b/indra/newview/llfloaterbuycurrency.cpp
@@ -280,7 +280,7 @@ void LLFloaterBuyCurrencyUI::onClickCancel()
void LLFloaterBuyCurrencyUI::onClickErrorWeb()
{
- LLWeb::loadURLExternal(mManager.errorURI());
+ LLWeb::loadURL(mManager.errorURI());
closeFloater();
// Update L$ balance
LLStatusBar::sendMoneyBalanceRequest();