--- amsynth-1.8.0/src/GUI/editor_menus.cpp 2017-06-26 11:03:50.759991095 +0200 +++ amsynth.new/src/GUI/editor_menus.cpp 2017-06-26 11:03:11.541393614 +0200 @@ -197,8 +197,8 @@ GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, - message); - gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(dialog), secondary); + "%s",message); + gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(dialog),"%s", secondary); gtk_dialog_run(GTK_DIALOG(dialog)); gtk_widget_destroy(dialog); }