From 6f8f4c8b3f82af1f0aa811cf190bc4b74678e267 Mon Sep 17 00:00:00 2001 From: Valentin Villenave Date: Wed, 13 Oct 2021 17:39:30 +0200 Subject: Accessibility: add proper mnemonic relations and labelling --- src/fr-window.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fr-window.c') diff --git a/src/fr-window.c b/src/fr-window.c index 3cc888f..6023336 100644 --- a/src/fr-window.c +++ b/src/fr-window.c @@ -5776,6 +5776,8 @@ fr_window_construct (FrWindow *window) gtk_entry_set_icon_from_icon_name (GTK_ENTRY (window->priv->location_entry), GTK_ENTRY_ICON_PRIMARY, "folder"); + gtk_label_set_mnemonic_widget (window->priv->location_label, + window->priv->location_entry); gtk_box_pack_start (GTK_BOX (location_box), window->priv->location_entry, TRUE, TRUE, 5); -- cgit v1.2.1