talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 48884053b2526283d19a6ad59ec1a09182e0145a
parent ef01b91e266bd0a44033f70ce56c7f9db878a95a
Author: paul <paul@claws-mail.org>
Date:   Sun,  8 Aug 2021 18:38:20 +0100

fix buttons in List URLs window

Diffstat:
Msrc/uri_opener.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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",