mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-16 17:22:44 +03:00
Make URL field for copying to clipboard.
This commit is contained in:
parent
78b2da934f
commit
4cc3746084
@ -525,7 +525,7 @@ static nserror global_history_initialise_entry_fields(void)
|
||||
goto error;
|
||||
}
|
||||
|
||||
gh_ctx.fields[GH_URL].flags = TREE_FLAG_NONE;
|
||||
gh_ctx.fields[GH_URL].flags = TREE_FLAG_COPY_TEXT;
|
||||
label = "TreeviewLabelURL";
|
||||
label = messages_get(label);
|
||||
if (lwc_intern_string(label, strlen(label),
|
||||
|
Loading…
Reference in New Issue
Block a user