diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2016-08-09 15:38:16 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2016-08-09 15:38:16 +0300 |
commit | 6c56c9bf6763e22442cdc16706f0fb978a0ec46d (patch) | |
tree | 1a7fdbf9e20a73fcfddac62790dd4b4ddfb89334 | |
parent | 22238182c67b3d322e82bb042ad1d618c733a36d (diff) |
MAINT-6620 FIXED Use internal or external browser according to Preferences
-rw-r--r-- | indra/newview/llfloaterbuycurrency.cpp | 2 |
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(); |