Fix warning to refer to to-pixdata, not xmllint
authorAlexander Larsson <alexl@redhat.com>
Fri, 3 Feb 2012 14:11:23 +0000 (15:11 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 3 Feb 2012 14:11:23 +0000 (15:11 +0100)
gio/glib-compile-resources.c

index c0f6d7b..7548a0f 100644 (file)
@@ -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