fix: use string formatting in gtk_message_dialog_new (#2865)

This commit is contained in:
Vilsol
2023-08-28 19:34:24 +10:00
committed by GitHub
parent 5e1f29eda3
commit 499ff50903
+1
View File
@@ -86,6 +86,7 @@ static void* new_message_dialog(GtkWindow *parent, const gchar *msg, int dialogT
GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
dialogType,
buttonMask,
"%s",
msg);
// g_signal_connect_swapped (dialog,