Hi, I have checked the bug report I've made to Gnucash upstream now and it has been fixed in SVN r18419. The fix is very simple:
Index: src/gnome-utils/dialog-utils.c =================================================================== --- src/gnome-utils/dialog-utils.c (revision 18418) +++ src/gnome-utils/dialog-utils.c (revision 18419) @@ -907,7 +907,7 @@ { GtkWidget *button; - button = gtk_button_new_with_label(label); + button = gtk_button_new_with_mnemonic(label); if (stock_id) { GtkWidget *image; I suggest applying this patch to the current version in testing since the target version for this in upstream has been set to 2.3.8. See: <https://bugzilla.gnome.org/show_bug.cgi?id=601861> Adrian -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org