summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
authorcallum <none@none>2009-12-18 15:15:34 -0800
committercallum <none@none>2009-12-18 15:15:34 -0800
commit01006749158de1c7c4da89ddad549025f376c6e0 (patch)
treefca6888218079c4da17aa1b1d420d4bf231779c3 /indra/newview/llfloaterland.cpp
parentfb862f18159d320572008b6a8da81ffd2f109e37 (diff)
parent4964ca39f14531630ffbfece593f8ba9cdc86e4e (diff)
Merge with tip
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r--indra/newview/llfloaterland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp
index 66bf5246b0..81322abbf7 100644
--- a/indra/newview/llfloaterland.cpp
+++ b/indra/newview/llfloaterland.cpp
@@ -1526,7 +1526,7 @@ void LLPanelLandObjects::processParcelObjectOwnersReply(LLMessageSystem *msg, vo
object_count_str = llformat("%d", object_count);
item_params.columns.add().value(object_count_str).font(FONT).column("count");
- item_params.columns.add().value(formatted_time((time_t)most_recent_time)).font(FONT).column("mostrecent");
+ item_params.columns.add().value(LLDate((time_t)most_recent_time)).font(FONT).column("mostrecent").type("date");
self->mOwnerList->addRow(item_params);