talons

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

commit 4f36256a378bc2e02d2169b26fdee1c6784574b6
parent 0fa34a586ac0a2d3495130434b705ca75307dabe
Author: Michael Rasmussen <mir@datanom.net>
Date:   Mon, 24 Jan 2022 20:39:07 +0100

Fix build error

Signed-off-by: Michael Rasmussen <mir@datanom.net>

Diffstat:
Msrc/addressadd.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/addressadd.c b/src/addressadd.c @@ -597,7 +597,7 @@ gboolean addressadd_selection(const gchar *name, const gchar *address, if (server->retVal != LDAPRC_SUCCESS) { alertpanel( _("Add address(es)"), _("Can't add the specified address"), - "window-close". _("_Close"), NULL, NULL, + "window-close", _("_Close"), NULL, NULL, NULL, NULL, ALERTFOCUS_FIRST ); return server->retVal; }