mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Replace GTK_STOCK_CANCEL with icon name "process-stop"
This commit is contained in:
parent
4d2a4a61fb
commit
7a53271d1d
@ -153,7 +153,7 @@ static GtkActionEntry gnc_plugin_page_invoice_actions [] =
|
||||
G_CALLBACK (gnc_plugin_page_invoice_cmd_enter)
|
||||
},
|
||||
{
|
||||
"CancelEntryAction", GTK_STOCK_CANCEL, N_("_Cancel"), NULL,
|
||||
"CancelEntryAction", "process-stop", N_("_Cancel"), NULL,
|
||||
N_("Cancel the current entry"),
|
||||
G_CALLBACK (gnc_plugin_page_invoice_cmd_cancel)
|
||||
},
|
||||
|
@ -300,7 +300,7 @@ static GtkActionEntry gnc_plugin_page_register_actions [] =
|
||||
G_CALLBACK (gnc_plugin_page_register_cmd_enter_transaction)
|
||||
},
|
||||
{
|
||||
"CancelTransactionAction", GTK_STOCK_CANCEL, N_("Ca_ncel Transaction"), NULL,
|
||||
"CancelTransactionAction", "process-stop", N_("Ca_ncel Transaction"), NULL,
|
||||
N_("Cancel the current transaction"),
|
||||
G_CALLBACK (gnc_plugin_page_register_cmd_cancel_transaction)
|
||||
},
|
||||
|
@ -293,7 +293,7 @@ static GtkActionEntry gnc_plugin_page_register2_actions [] =
|
||||
G_CALLBACK (gnc_plugin_page_register2_cmd_enter_transaction)
|
||||
},
|
||||
{
|
||||
"CancelTransactionAction", GTK_STOCK_CANCEL, N_("Ca_ncel Transaction"), NULL,
|
||||
"CancelTransactionAction", "process-stop", N_("Ca_ncel Transaction"), NULL,
|
||||
N_("Cancel the current transaction"),
|
||||
G_CALLBACK (gnc_plugin_page_register2_cmd_cancel_transaction)
|
||||
},
|
||||
|
@ -2223,7 +2223,7 @@ static GtkActionEntry recnWindow_actions [] =
|
||||
G_CALLBACK(recnPostponeCB)
|
||||
},
|
||||
{
|
||||
"RecnCancelAction", GTK_STOCK_CANCEL, N_("_Cancel"), NULL,
|
||||
"RecnCancelAction", "process-stop", N_("_Cancel"), NULL,
|
||||
N_("Cancel the reconciliation of this account"),
|
||||
G_CALLBACK(recnCancelCB)
|
||||
},
|
||||
|
@ -2183,7 +2183,7 @@ static GtkActionEntry recnWindow2_actions [] =
|
||||
G_CALLBACK(recnPostponeCB)
|
||||
},
|
||||
{
|
||||
"RecnCancelAction", GTK_STOCK_CANCEL, N_("_Cancel"), NULL,
|
||||
"RecnCancelAction", "process-stop", N_("_Cancel"), NULL,
|
||||
N_("Cancel the reconciliation of this account"),
|
||||
G_CALLBACK(recnCancelCB)
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user