diff options
| author | Andrew A. de Laix <alain@lindenlab.com> | 2010-10-28 16:47:05 -0700 |
|---|---|---|
| committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-10-28 16:47:05 -0700 |
| commit | ca9594af28ce2e1cc8bb333a0fa7384dae718a9a (patch) | |
| tree | 891efdede6e6f46f6f0d3999f4b7c692431c328c /indra/newview/lltranslate.cpp | |
| parent | be8c9fc21758bcbc1d9f3d565b221310344231bd (diff) | |
shell of the update checker; it will just print a message to the log depending on the result of the check one time.
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(), |
