aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-08-27 14:41:37 -0700
committerJacek Antonelli2010-08-27 16:45:16 -0500
commitfbd89143678c3138fc0d92198088bcdcc7fa90fb (patch)
treef84176881bf69d16c5299d41f2d57d1fa9072a96 /linden/indra/newview
parentAdded Vivox files to Linux64 manifest. (diff)
downloadmeta-impy-fbd89143678c3138fc0d92198088bcdcc7fa90fb.zip
meta-impy-fbd89143678c3138fc0d92198088bcdcc7fa90fb.tar.gz
meta-impy-fbd89143678c3138fc0d92198088bcdcc7fa90fb.tar.bz2
meta-impy-fbd89143678c3138fc0d92198088bcdcc7fa90fb.tar.xz
Inch the avatar's age closer to the date, since certain 4 digit ages hide the ending ')'
Diffstat (limited to 'linden/indra/newview')
-rw-r--r--linden/indra/newview/llpanelavatar.cpp2
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