[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-40-gef01b91e2

paul at claws-mail.org paul at claws-mail.org
Sun Aug 8 19:25:15 CEST 2021


The branch, gtk3 has been updated
       via  ef01b91e266bd0a44033f70ce56c7f9db878a95a (commit)
      from  0b204af1c0eade156e22de9b82bb9268df14def6 (commit)

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


- Log -----------------------------------------------------------------
commit ef01b91e266bd0a44033f70ce56c7f9db878a95a
Author: paul <paul at claws-mail.org>
Date:   Sun Aug 8 18:25:12 2021 +0100

    fix info button

diff --git a/src/ssl_manager.c b/src/ssl_manager.c
index f0bd8ed52..0170c8091 100644
--- a/src/ssl_manager.c
+++ b/src/ssl_manager.c
@@ -213,7 +213,7 @@ void ssl_manager_create(void)
 	g_signal_connect(G_OBJECT(delete_btn), "clicked",
 			 G_CALLBACK(ssl_manager_delete_cb), NULL);
 
-	view_btn = gtkut_stock_button("document-properties", NULL);
+	view_btn = gtkut_stock_button("dialog-information", _("_Information"));
 	g_signal_connect(G_OBJECT(view_btn), "clicked",
 			 G_CALLBACK(ssl_manager_view_cb), NULL);
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list