From ec00c160c6e968c53cc893f8216add76c0e86c79 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 22 Mar 2023 16:14:42 +0100 Subject: [PATCH] add missing define --- deltachat-ffi/deltachat.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 80b208d82..92f30e66c 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -6990,6 +6990,11 @@ void dc_event_unref(dc_event_t* event); /// `%1$s` will be replaced by name and address of the contact. #define DC_STR_PROTECTION_DISABLED_BY_OTHER 161 +/// "Scan to set up second device for %1$s" +/// +/// `%1$s` will be replaced by name and address of the account. +#define DC_STR_BACKUP_TRANSFER_QR 162 + /** * @} */