Fix build error

Signed-off-by: Michael Rasmussen <mir@datanom.net>
This commit is contained in:
Michael Rasmussen 2022-01-24 20:39:07 +01:00
parent 0fa34a586a
commit 4f36256a37

View file

@ -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;
}