Fix compiler warning

This commit is contained in:
Benjamin Schaaf 2021-11-12 18:23:04 +11:00
parent ea43dbcde0
commit 8248b7ab47
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ on_zbar_code_tapped(GtkWidget *widget, const MPZBarCode *code)
"Found data encoded in a %s.",
code->type);
gtk_message_dialog_format_secondary_markup (
GTK_DIALOG(dialog),
GTK_MESSAGE_DIALOG(dialog),
"<small>%s</small>",
code->data
);