mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
2fdbed9939
commit
3ed67b5ba8
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user