diff options
author | McCabe Maxsted | 2010-08-27 14:41:37 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-28 05:02:05 -0700 |
commit | 0973e9b5f0af1e31a355bbd51b7e42668ec61b92 (patch) | |
tree | 097c4bf1aafdea2c4a359cbca785d12badb5c753 /linden | |
parent | Added Vivox files to Linux64 manifest. (diff) | |
download | meta-impy-0973e9b5f0af1e31a355bbd51b7e42668ec61b92.zip meta-impy-0973e9b5f0af1e31a355bbd51b7e42668ec61b92.tar.gz meta-impy-0973e9b5f0af1e31a355bbd51b7e42668ec61b92.tar.bz2 meta-impy-0973e9b5f0af1e31a355bbd51b7e42668ec61b92.tar.xz |
Inch the avatar's age closer to the date, since certain 4 digit ages hide the ending ')'
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/llpanelavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelavatar.cpp b/linden/indra/newview/llpanelavatar.cpp index ad0f47f..33f4cd6 100644 --- a/linden/indra/newview/llpanelavatar.cpp +++ b/linden/indra/newview/llpanelavatar.cpp | |||
@@ -1902,7 +1902,7 @@ void LLPanelAvatar::processAvatarPropertiesReply(LLMessageSystem *msg, void**) | |||
1902 | targs["[DAYS]"] = numberString.str(); | 1902 | targs["[DAYS]"] = numberString.str(); |
1903 | std::string born_msg = self->mPanelSecondLife->getString("days_old_text"); | 1903 | std::string born_msg = self->mPanelSecondLife->getString("days_old_text"); |
1904 | LLStringUtil::format(born_msg, targs); | 1904 | LLStringUtil::format(born_msg, targs); |
1905 | born_on += " "; | 1905 | born_on += " "; |
1906 | born_on += born_msg; | 1906 | born_on += born_msg; |
1907 | self->mPanelSecondLife->childSetValue("born", born_on); | 1907 | self->mPanelSecondLife->childSetValue("born", born_on); |
1908 | 1908 | ||