summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-11-04 21:47:36 +0800
committerErik Kundiman <erik@megapahit.org>2024-11-04 21:47:43 +0800
commitd0232c0008ea81b147ca7505ebffbdf6b9a1a309 (patch)
tree770a5bff273c4f2caa06b5eeee7c4416f10401ce /indra/newview/llfloaterimsessiontab.cpp
parent47c33b4bd2acae02b0fc3a1dc68148e84962dae4 (diff)
Add seconds to compact view timestamps
https://megapahit.com/show_bug.cgi?id=81 Without the date, though.
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 2621ce576c..bdc7fdeadc 100644
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -556,7 +556,8 @@ void LLFloaterIMSessionTab::deleteAllChildren()
std::string LLFloaterIMSessionTab::appendTime()
{
std::string timeStr = "[" + LLTrans::getString("TimeHour") + "]:"
- "[" + LLTrans::getString("TimeMin") + "]";
+ "[" + LLTrans::getString("TimeMin") + "]:"
+ "[" + LLTrans::getString("TimeSec") + "]";
LLSD substitution;
substitution["datetime"] = (S32)time_corrected();