From dafe9a6208d4160daa9375c405fc637f1dbd3c6d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 3 Jun 2013 18:40:49 +0100 Subject: Fix string length. --- desktop/global_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/global_history.c b/desktop/global_history.c index 36f288039..2e4a9b5ac 100644 --- a/desktop/global_history.c +++ b/desktop/global_history.c @@ -144,7 +144,7 @@ static nserror global_history_create_treeview_field_data( e->data[2].field = gh_ctx.fields[2].field; e->data[2].value = "Date time"; - e->data[2].value_len = SLEN("Last visited"); + e->data[2].value_len = SLEN("Date time"); e->data[3].field = gh_ctx.fields[3].field; e->data[3].value = "Count"; -- cgit v1.2.3