[Gnucash-changes] r13727 - gnucash/trunk - Change the access key on the Transaction menu to not conflict with the

David Hampton hampton at cvs.gnucash.org
Sun Apr 2 17:59:31 EDT 2006


Author: hampton
Date: 2006-04-02 17:59:28 -0400 (Sun, 02 Apr 2006)
New Revision: 13727
Trac: http://svn.gnucash.org/trac/changeset/13727

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
Change the access key on the Transaction menu to not conflict with the
Tools menu.  Fixes 336829.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-04-01 23:06:23 UTC (rev 13726)
+++ gnucash/trunk/ChangeLog	2006-04-02 21:59:28 UTC (rev 13727)
@@ -1,3 +1,9 @@
+2006-04-02  David Hampton  <hampton at employees.org>
+
+	* src/gnome-utils/gnc-main-window.c: Change the access key on the
+	Transaction menu to not conflict with the Tools menu.  Fixes
+	336829.
+
 2006-04-02  Andreas Köhler  <andi5.py at gmx.net>
 
 	* src/gnome-utils/dialog-account.c: Set search column for account

Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2006-04-01 23:06:23 UTC (rev 13726)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2006-04-02 21:59:28 UTC (rev 13727)
@@ -218,7 +218,7 @@
 	{ "EditAction", NULL, N_("_Edit"), NULL, NULL, NULL },
 	{ "ViewAction", NULL, N_("_View"), NULL, NULL, NULL },
 	{ "ActionsAction", NULL, N_("_Actions"), NULL, NULL, NULL },
-	{ "TransactionAction", NULL, N_("_Transaction"), NULL, NULL, NULL },
+	{ "TransactionAction", NULL, N_("Tra_nsaction"), NULL, NULL, NULL },
 	{ "ReportsAction", NULL, N_("_Reports"), NULL, NULL, NULL },
 	{ "ToolsAction", NULL, N_("_Tools"), NULL, NULL, NULL },
 	{ "ExtensionsAction", NULL, N_("E_xtensions"), NULL, NULL, NULL },



More information about the gnucash-changes mailing list