[gnome-builder] recent: allow closing remove-files dialog with alt+c



commit c818fb476f0d62086f819af6750635b6768bd805
Author: Christian Hergert <chergert redhat com>
Date:   Fri Apr 26 13:55:16 2019 -0700

    recent: allow closing remove-files dialog with alt+c

 src/plugins/recent/gbp-recent-section.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/recent/gbp-recent-section.c b/src/plugins/recent/gbp-recent-section.c
index 6552e8624..26c7be91f 100644
--- a/src/plugins/recent/gbp-recent-section.c
+++ b/src/plugins/recent/gbp-recent-section.c
@@ -469,7 +469,7 @@ gbp_recent_section_purge_selected_full (IdeGreeterSection *section,
       dialog = GTK_DIALOG (gtk_dialog_new ());
       gtk_window_set_title (GTK_WINDOW (dialog), _("Removing Files…"));
       gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (workspace));
-      gtk_dialog_add_button (dialog, _("Close"), GTK_RESPONSE_CLOSE);
+      gtk_dialog_add_button (dialog, _("_Close"), GTK_RESPONSE_CLOSE);
       gtk_window_set_default_size (GTK_WINDOW (dialog), 700, 500);
       content_area = gtk_dialog_get_content_area (dialog);
       gtk_container_set_border_width (GTK_CONTAINER (content_area), 12);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]