Change the access key on the Transaction menu to not conflict with the

Tools menu.  Fixes 336829.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13727 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-04-02 21:59:28 +00:00
parent 843ad075c8
commit 2fdbed9939
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-04-02 David Hampton <hampton@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@gmx.net>
* src/gnome-utils/dialog-account.c: Set search column for account

View File

@ -218,7 +218,7 @@ static GtkActionEntry gnc_menu_actions [] =
{ "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 },