diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-06-22 10:35:26 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-06-22 10:35:26 +0300 |
commit | fe0d481541a14630d9b40bcb774971a9995efdbd (patch) | |
tree | 725e84c4f50eff0f079226d86a5939c1ab33ce47 /indra | |
parent | f25da4a2c7ad7fc41d15c51524a110e5386d1e5b (diff) |
EXT-7947 FIXED Added "language" parameter with LLUI::getLanguage() value into web site info.
Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/627/
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterbuyland.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterbuyland.cpp b/indra/newview/llfloaterbuyland.cpp index 7ca7ace0fc..9379b3f5a8 100644 --- a/indra/newview/llfloaterbuyland.cpp +++ b/indra/newview/llfloaterbuyland.cpp @@ -668,6 +668,7 @@ void LLFloaterBuyLandUI::updateWebSiteInfo() keywordArgs.appendString( "secureSessionId", gAgent.getSecureSessionID().asString()); + keywordArgs.appendString("language", LLUI::getLanguage()); keywordArgs.appendInt("billableArea", mPreflightAskBillableArea); keywordArgs.appendInt("currencyBuy", mPreflightAskCurrencyBuy); |