mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 13:37:02 +03:00
Flag a todo. (Move some string literals to messages.)
This commit is contained in:
parent
034d907a38
commit
f3a3272dd3
@ -247,6 +247,7 @@ static nserror cookie_manager_set_treeview_field_data(
|
||||
e->data[CM_LAST_USED].value_len = (date2 != NULL) ? 24 : 0;
|
||||
|
||||
/* Set the Restrictions text */
|
||||
/* TODO: use messages */
|
||||
if (data->secure && data->http_only)
|
||||
temp = "Secure hosts via https only";
|
||||
else if (data->secure)
|
||||
|
Loading…
Reference in New Issue
Block a user