Fix string length.

This commit is contained in:
Michael Drake 2013-06-03 18:40:49 +01:00
parent 8747398c98
commit dafe9a6208
1 changed files with 1 additions and 1 deletions

View File

@ -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";