r16053 - gnucash/trunk/src/report/report-gnome - For report pages, make the "Refresh" menu item synonymous with the

David Hampton hampton at cvs.gnucash.org
Sat May 5 19:23:30 EDT 2007


Author: hampton
Date: 2007-05-05 19:23:29 -0400 (Sat, 05 May 2007)
New Revision: 16053
Trac: http://svn.gnucash.org/trac/changeset/16053

Modified:
   gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c
Log:
For report pages, make the "Refresh" menu item synonymous with the
Reload toolbar button.  Fixes 381737.


Modified: gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c
===================================================================
--- gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c	2007-05-05 22:20:09 UTC (rev 16052)
+++ gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c	2007-05-05 23:23:29 UTC (rev 16053)
@@ -952,6 +952,9 @@
         { "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. "



More information about the gnucash-changes mailing list