diff --git a/src/gnome-utils/dialog-utils.c b/src/gnome-utils/dialog-utils.c index ee35755dc6..e458e50f66 100644 --- a/src/gnome-utils/dialog-utils.c +++ b/src/gnome-utils/dialog-utils.c @@ -907,7 +907,7 @@ gnc_gtk_dialog_add_button (GtkWidget *dialog, const gchar *label, const gchar *s { GtkWidget *button; - button = gtk_button_new_with_label(label); + button = gtk_button_new_with_mnemonic(label); if (stock_id) { GtkWidget *image;