From 78b2da934f96d0fdfed8a6366ea537498ac2d3c2 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 3 Jan 2015 00:17:11 +0000 Subject: Mark URL field for copying to clipboard. --- desktop/hotlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/hotlist.c b/desktop/hotlist.c index 212d6309a..661b999ea 100644 --- a/desktop/hotlist.c +++ b/desktop/hotlist.c @@ -1146,7 +1146,8 @@ static nserror hotlist_initialise_entry_fields(void) goto error; } - hl_ctx.fields[HL_URL].flags = TREE_FLAG_ALLOW_EDIT; + hl_ctx.fields[HL_URL].flags = TREE_FLAG_ALLOW_EDIT | + TREE_FLAG_COPY_TEXT; label = "TreeviewLabelURL"; label = messages_get(label); if (lwc_intern_string(label, strlen(label), -- cgit v1.2.3