[Gnucash-changes] r13728 - gnucash/trunk - Change the access key on the "Change Split" button. Fixes 336836.

David Hampton hampton at cvs.gnucash.org
Sun Apr 2 18:10:17 EDT 2006


Author: hampton
Date: 2006-04-02 18:10:16 -0400 (Sun, 02 Apr 2006)
New Revision: 13728
Trac: http://svn.gnucash.org/trac/changeset/13728

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/register/ledger-core/split-register-model.c
Log:
Change the access key on the "Change Split" button.  Fixes 336836.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-04-02 21:59:28 UTC (rev 13727)
+++ gnucash/trunk/ChangeLog	2006-04-02 22:10:16 UTC (rev 13728)
@@ -1,5 +1,8 @@
 2006-04-02  David Hampton  <hampton at 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.

Modified: gnucash/trunk/src/register/ledger-core/split-register-model.c
===================================================================
--- gnucash/trunk/src/register/ledger-core/split-register-model.c	2006-04-02 21:59:28 UTC (rev 13727)
+++ gnucash/trunk/src/register/ledger-core/split-register-model.c	2006-04-02 22:10:16 UTC (rev 13728)
@@ -1683,7 +1683,7 @@
 					 "%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);



More information about the gnucash-changes mailing list