From 3b8ba958f5a0d1e129219cab10ced9c0fa03c1cc Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 3 Feb 2012 15:11:23 +0100 Subject: [PATCH] Fix warning to refer to to-pixdata, not xmllint --- gio/glib-compile-resources.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/glib-compile-resources.c b/gio/glib-compile-resources.c index c0f6d7b3a..7548a0f1c 100644 --- a/gio/glib-compile-resources.c +++ b/gio/glib-compile-resources.c @@ -347,7 +347,7 @@ end_element (GMarkupParseContext *context, if (!WIFEXITED (status) || WEXITSTATUS (status) != 0) { g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_FAILED, - _("Error processing input file with xmllint")); + _("Error processing input file with to-pixdata")); goto cleanup; } #endif