From 3df7bdf31ebb0eb9489e48b98acd17ab4c3ca048 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sun, 3 Apr 2022 20:58:40 +0200 Subject: [PATCH] Remove icon experiment that accidentally slipped through. --- gnucash/gnome/gnc-plugin-page-register.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/gnome/gnc-plugin-page-register.c b/gnucash/gnome/gnc-plugin-page-register.c index 9e20841f28..ccdaeb4a35 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) },