summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-06-03 18:40:49 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-06-03 18:40:49 +0100
commitdafe9a6208d4160daa9375c405fc637f1dbd3c6d (patch)
treeaad3d0ea479137c4ac9740fb251569a0c3912b9d /desktop/global_history.c
parent8747398c98761f37350a47a3e6749c28e462ab49 (diff)
downloadnetsurf-dafe9a6208d4160daa9375c405fc637f1dbd3c6d.tar.gz
netsurf-dafe9a6208d4160daa9375c405fc637f1dbd3c6d.tar.bz2
Fix string length.
Diffstat (limited to 'desktop/global_history.c')
-rw-r--r--desktop/global_history.c2
1 files changed, 1 insertions, 1 deletions
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";