gnucash master: Bug 798781 - Printing multiple checks prints duplicate checks

Robert Fewell bobit at code.gnucash.org
Mon Mar 13 06:08:51 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/427c1b96 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f2ba3eed (commit)



commit 427c1b96ed67af2bba5e9dd504638a6237a98cb3
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Mar 13 10:05:35 2023 +0000

    Bug 798781 - Printing multiple checks prints duplicate checks
    
    Changed the menu label to 'Print Checks…' which should be the default
    in the source file and corrected the wrong action for the 'Find' menu
    item.

diff --git a/gnucash/ui/gnc-plugin-page-register.ui b/gnucash/ui/gnc-plugin-page-register.ui
index a6d6433290..40d06fa8c8 100644
--- a/gnucash/ui/gnc-plugin-page-register.ui
+++ b/gnucash/ui/gnc-plugin-page-register.ui
@@ -3,7 +3,7 @@
 
   <menu id="FilePlaceholder3">
     <item>
-      <attribute name="label" translatable="yes">_Print Cheques</attribute>
+      <attribute name="label" translatable="yes">_Print Checks…</attribute>
       <attribute name="action">GncPluginPageRegisterActions.FilePrintAction</attribute>
       <attribute name="accel"><Primary>p</attribute>
       <attribute name="temp" translatable="no">yes</attribute>
@@ -47,7 +47,7 @@
   <menu id="EditPlaceholder3">
     <item>
       <attribute name="label" translatable="yes">_Find…</attribute>
-      <attribute name="action">gnc-plugin-basic-commands-actions.EditFindTransactionsAction</attribute>
+      <attribute name="action">GncPluginPageRegisterActions.EditFindTransactionsAction</attribute>
       <attribute name="accel"><Primary>f</attribute>
       <attribute name="tooltip" translatable="yes">Find transactions with a search</attribute>
       <attribute name="temp" translatable="no">yes</attribute>



Summary of changes:
 gnucash/ui/gnc-plugin-page-register.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list