mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
For report pages, make the "Refresh" menu item synonymous with the
Reload toolbar button. Fixes 381737. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16053 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
54deadecda
commit
5277bb1d87
@ -952,6 +952,9 @@ static GtkActionEntry report_actions[] =
|
||||
{ "EditPasteAction", GTK_STOCK_PASTE, N_("_Paste"), NULL,
|
||||
N_("Paste the clipboard content at the cursor position"),
|
||||
NULL },
|
||||
{ "ViewRefreshAction", GTK_STOCK_REFRESH, N_("_Refresh"), "<control>r",
|
||||
N_("Refresh this window"),
|
||||
G_CALLBACK (gnc_plugin_page_report_reload_cb) },
|
||||
{ "ReportSaveAction", GTK_STOCK_SAVE, N_("Add _Report"), "",
|
||||
N_("Add the current report to the `Custom' menu for later use. "
|
||||
"The report will be saved in the file ~/.gnucash/saved-reports-2.0. "
|
||||
|
Loading…
Reference in New Issue
Block a user