From f3a3272dd3f94c6c1b9e993dfe856c686d6960a0 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 25 Jul 2013 16:09:43 +0100 Subject: Flag a todo. (Move some string literals to messages.) --- desktop/cookie_manager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/cookie_manager.c b/desktop/cookie_manager.c index 0ec32b4e1..49fc17291 100644 --- a/desktop/cookie_manager.c +++ b/desktop/cookie_manager.c @@ -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) -- cgit v1.2.3