diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-04-02 12:32:56 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-04-02 12:32:56 -0400 |
commit | 873de2daae04a63c796661ff6d4db6aa912041bf (patch) | |
tree | 1e44c8c87fc8c86013a8843c572ec6fac4409eab /indra/newview/llcurrencyuimanager.cpp | |
parent | 580ecaefcac2eb928c3dbdc9240e3fb54f3c989f (diff) | |
parent | a7085418df1ada6e19b94b6df772ed21e663d119 (diff) |
automated merge
Diffstat (limited to 'indra/newview/llcurrencyuimanager.cpp')
-rw-r--r-- | indra/newview/llcurrencyuimanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcurrencyuimanager.cpp b/indra/newview/llcurrencyuimanager.cpp index be6c15eab4..fd3df359bd 100644 --- a/indra/newview/llcurrencyuimanager.cpp +++ b/indra/newview/llcurrencyuimanager.cpp @@ -284,7 +284,7 @@ void LLCurrencyUIManager::Impl::startTransaction(TransactionType type, static std::string transactionURI; if (transactionURI.empty()) { - transactionURI = LLViewerLogin::getInstance()->getHelperURI() + "currency.php"; + transactionURI = LLGridManager::getInstance()->getHelperURI() + "currency.php"; } delete mTransaction; |