Flag a todo. (Move some string literals to messages.)

This commit is contained in:
Michael Drake 2013-07-25 16:09:43 +01:00
parent 034d907a38
commit f3a3272dd3

View File

@ -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)