diff options
| author | Mark Palange (Mani) <palange@lindenlab.com> | 2010-11-01 15:22:02 -0700 |
|---|---|---|
| committer | Mark Palange (Mani) <palange@lindenlab.com> | 2010-11-01 15:22:02 -0700 |
| commit | 730ffc4a483dec799d1ec770bff0bb2fcc8f9dc1 (patch) | |
| tree | 925fa047a1fbfc2d060e88098a32c2ba8b30a233 /indra/newview/lltranslate.cpp | |
| parent | 9b457982305c624468aa32e06a1c0df713d0b53c (diff) | |
| parent | 2125bc0bbb3a5493b0b96bf68889b1f44b2db011 (diff) | |
Merge
Diffstat (limited to 'indra/newview/lltranslate.cpp')
| -rw-r--r-- | indra/newview/lltranslate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltranslate.cpp b/indra/newview/lltranslate.cpp index 21467a2ab8..8ccfdb071b 100644 --- a/indra/newview/lltranslate.cpp +++ b/indra/newview/lltranslate.cpp @@ -64,7 +64,7 @@ void LLTranslate::translateMessage(LLHTTPClient::ResponderPtr &result, const std getTranslateUrl(url, from_lang, to_lang, mesg); std::string user_agent = llformat("%s %d.%d.%d (%d)", - LLVersionInfo::getChannel(), + LLVersionInfo::getChannel().c_str(), LLVersionInfo::getMajor(), LLVersionInfo::getMinor(), LLVersionInfo::getPatch(), |
