Silence format-string warning

svn path=/trunk/netsurf/; revision=5953
This commit is contained in:
Daniel Silverstone 2009-01-02 14:44:09 +00:00
parent 3321a81f71
commit ebfb26038f
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ gchar* nsgtk_download_dialog_show (gchar *filename, gchar *domain,
"<b>%s</b>",message);
gtk_message_dialog_format_secondary_markup(
GTK_MESSAGE_DIALOG(dialog),
info);
"%s", info);
GtkWidget *button = gtk_dialog_add_button(
GTK_DIALOG(dialog),