diff options
author | leyla <leyla@leyla.com> | 2011-03-14 11:28:13 -0700 |
---|---|---|
committer | leyla <leyla@leyla.com> | 2011-03-14 11:28:13 -0700 |
commit | c762beed267115b7670e01219ccff4fc64bdca4c (patch) | |
tree | 8ee42a8defd3bae58759a9dd3517385d830c52b8 /indra/llxuixml | |
parent | bc2aca863f5d27f551e48a2de8f879360a3a96ab (diff) | |
parent | 405a748746c8ea040fe0efeda54e58f378289795 (diff) |
Merge
Diffstat (limited to 'indra/llxuixml')
-rw-r--r-- | indra/llxuixml/lltrans.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxuixml/lltrans.cpp b/indra/llxuixml/lltrans.cpp index 7162f22ac9..e13d73c640 100644 --- a/indra/llxuixml/lltrans.cpp +++ b/indra/llxuixml/lltrans.cpp @@ -259,4 +259,4 @@ std::string LLTrans::getCountString(const std::string& language, const std::stri void LLTrans::setDefaultArg(const std::string& name, const std::string& value) { sDefaultArgs[name] = value; -}
\ No newline at end of file +} |