3c50667
diff -up gnucash-2.3.7/src/gnome-utils/dialog-utils.c.foo gnucash-2.3.7/src/gnome-utils/dialog-utils.c
3c50667
--- gnucash-2.3.7/src/gnome-utils/dialog-utils.c.foo	2009-12-01 12:13:08.000000000 -0500
3c50667
+++ gnucash-2.3.7/src/gnome-utils/dialog-utils.c	2009-12-01 12:13:33.000000000 -0500
3c50667
@@ -907,7 +907,7 @@ gnc_gtk_dialog_add_button (GtkWidget *di
3c50667
 {
3c50667
   GtkWidget *button;
3c50667
 
3c50667
-  button = gtk_button_new_with_label(label);
3c50667
+  button = gtk_button_new_with_mnemonic(label);
3c50667
   if (stock_id) {
3c50667
     GtkWidget *image;
3c50667