mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add default accelerator for Find.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6925 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
cee0798532
commit
9993667dfd
@ -669,7 +669,7 @@ gnc_main_window_create_menus(GNCMDIInfo * maininfo)
|
|||||||
N_("Find transactions with a search"),
|
N_("Find transactions with a search"),
|
||||||
gnc_main_window_find_transactions_cb, NULL, NULL,
|
gnc_main_window_find_transactions_cb, NULL, NULL,
|
||||||
GNOME_APP_PIXMAP_NONE, NULL,
|
GNOME_APP_PIXMAP_NONE, NULL,
|
||||||
0, 0, NULL
|
'f', GDK_CONTROL_MASK, NULL
|
||||||
},
|
},
|
||||||
GNOMEUIINFO_SUBTREE( N_("Scheduled Transactions"),
|
GNOMEUIINFO_SUBTREE( N_("Scheduled Transactions"),
|
||||||
gnc_sched_xaction_tools_submenu_template ),
|
gnc_sched_xaction_tools_submenu_template ),
|
||||||
|
Loading…
Reference in New Issue
Block a user