[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-41-g48884053b
paul at claws-mail.org
paul at claws-mail.org
Sun Aug 8 19:38:24 CEST 2021
The branch, gtk3 has been updated
via 48884053b2526283d19a6ad59ec1a09182e0145a (commit)
from ef01b91e266bd0a44033f70ce56c7f9db878a95a (commit)
Summary of changes:
src/uri_opener.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 48884053b2526283d19a6ad59ec1a09182e0145a
Author: paul <paul at claws-mail.org>
Date: Sun Aug 8 18:38:20 2021 +0100
fix buttons in List URLs window
diff --git a/src/uri_opener.c b/src/uri_opener.c
index 396fe69df..8f64ff3f8 100644
--- a/src/uri_opener.c
+++ b/src/uri_opener.c
@@ -200,8 +200,8 @@ static void uri_opener_create(void)
vbox1 = gtk_box_new(GTK_ORIENTATION_VERTICAL, 6);
gtkut_stock_button_set_create(&hbox1,
- &open_btn, "document-open",
- &close_btn, "window-close",
+ &open_btn, _("Open in browser"),
+ &close_btn, _("Close"),
NULL, NULL);
g_signal_connect(G_OBJECT(open_btn), "clicked",
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list