Replace GTK_STOCK_CANCEL with icon name "process-stop"

This commit is contained in:
Robert Fewell 2017-06-26 16:49:01 +01:00
parent 4d2a4a61fb
commit 7a53271d1d
5 changed files with 5 additions and 5 deletions

View File

@ -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)
},

View File

@ -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)
},

View File

@ -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)
},

View File

@ -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)
},

View File

@ -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)
},