Change the access key on the "Change Split" button. Fixes 336836.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13728 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-04-02 22:10:16 +00:00
parent 2fdbed9939
commit 3ed67b5ba8
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-04-02 David Hampton <hampton@employees.org>
* src/register/ledger-core/split-register-model.c: Change the
access key on the "Change Split" button. Fixes 336836.
* src/gnome-utils/gnc-main-window.c: Change the access key on the
Transaction menu to not conflict with the Tools menu. Fixes
336829.

View File

@ -1683,7 +1683,7 @@ gnc_split_register_confirm (VirtualLocation virt_loc, gpointer user_data)
"%s", title);
gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(dialog),
"%s", message);
gtk_dialog_add_button(GTK_DIALOG(dialog), _("Change _Split"),
gtk_dialog_add_button(GTK_DIALOG(dialog), _("Chan_ge Split"),
GTK_RESPONSE_YES);
response = gnc_dialog_run(GTK_DIALOG(dialog), "change_reconciled_split");
gtk_widget_destroy(dialog);