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