gnucash maint: Remove icon experiment that accidentally slipped through.

Geert Janssens gjanssens at code.gnucash.org
Sun Apr 3 14:58:48 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/3df7bdf3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/04bafdeb (commit)



commit 3df7bdf31ebb0eb9489e48b98acd17ab4c3ca048
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Apr 3 20:58:40 2022 +0200

    Remove icon experiment that accidentally slipped through.

diff --git a/gnucash/gnome/gnc-plugin-page-register.c b/gnucash/gnome/gnc-plugin-page-register.c
index 9e20841f2..ccdaeb4a3 100644
--- a/gnucash/gnome/gnc-plugin-page-register.c
+++ b/gnucash/gnome/gnc-plugin-page-register.c
@@ -400,7 +400,7 @@ static GtkActionEntry gnc_plugin_page_register_actions [] =
         G_CALLBACK (gnc_plugin_page_register_cmd_paste_transaction)
     },
     {
-        "DuplicateTransactionAction", "edit-copy-ours", DUPLICATE_TRANSACTION_LABEL, "",
+        "DuplicateTransactionAction", "edit-copy", DUPLICATE_TRANSACTION_LABEL, "",
         DUPLICATE_TRANSACTION_TIP,
         G_CALLBACK (gnc_plugin_page_register_cmd_duplicate_transaction)
     },



Summary of changes:
 gnucash/gnome/gnc-plugin-page-register.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list