[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-207-g686ce43bd

paul at claws-mail.org paul at claws-mail.org
Wed Sep 22 13:14:49 CEST 2021


The branch, gtk3 has been updated
       via  686ce43bd9b1576ec10b5c2c224c780167b8d12d (commit)
      from  bf67b45d58d9401a35a98465fcc6d408e09070db (commit)

Summary of changes:
 src/action.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 686ce43bd9b1576ec10b5c2c224c780167b8d12d
Author: paul <paul at claws-mail.org>
Date:   Wed Sep 22 12:14:45 2021 +0100

    fix button text

diff --git a/src/action.c b/src/action.c
index 6f8de57eb..9335474be 100644
--- a/src/action.c
+++ b/src/action.c
@@ -1406,7 +1406,7 @@ static void create_io_dialog(Children *children)
 		gtk_widget_show(progress_bar);
 	}
 
-	gtkut_stock_button_set_create(&hbox, &abort_button, "process-stop",
+	gtkut_stock_button_set_create(&hbox, &abort_button, _("_Stop"),
 				      &close_button, _("_Close"), NULL, NULL);
 	g_signal_connect(G_OBJECT(abort_button), "clicked",
 			 G_CALLBACK(kill_children_cb), children);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list