diff options
author | Merov Linden <merov@lindenlab.com> | 2010-12-10 16:06:33 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-12-10 16:06:33 -0800 |
commit | 8f5f68d1cc904e7774e20677237909940c63168d (patch) | |
tree | c4885fb52d3253eec4604a1c0ebdd5e236e586bc /indra/newview/llfloaterbuycurrencyhtml.cpp | |
parent | 0df07ea31afe72b2e30fc061b70b3205925b6107 (diff) |
STORM-524 : Fix update L$ balance when buying currency
Diffstat (limited to 'indra/newview/llfloaterbuycurrencyhtml.cpp')
-rw-r--r-- | indra/newview/llfloaterbuycurrencyhtml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterbuycurrencyhtml.cpp b/indra/newview/llfloaterbuycurrencyhtml.cpp index e8050c4480..013cf74c7b 100644 --- a/indra/newview/llfloaterbuycurrencyhtml.cpp +++ b/indra/newview/llfloaterbuycurrencyhtml.cpp @@ -82,7 +82,7 @@ void LLFloaterBuyCurrencyHTML::navigateToFinalURL() LLStringUtil::format( buy_currency_url, replace ); // write final URL to debug console - llinfos << "Buy currency HTML prased URL is " << buy_currency_url << llendl; + llinfos << "Buy currency HTML parsed URL is " << buy_currency_url << llendl; // kick off the navigation mBrowser->navigateTo( buy_currency_url, "text/html" ); |