[glib] Fix warning to refer to to-pixdata, not xmllint



commit 3b8ba958f5a0d1e129219cab10ced9c0fa03c1cc
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Feb 3 15:11:23 2012 +0100

    Fix warning to refer to to-pixdata, not xmllint

 gio/glib-compile-resources.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/glib-compile-resources.c b/gio/glib-compile-resources.c
index c0f6d7b..7548a0f 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]