]> git.donarmstrong.com Git - xournal.git/blobdiff - src/xo-support.c
custom color chooser; misc patches
[xournal.git] / src / xo-support.c
index 5d2689ff3dd8eb4373d8b728f61d42766f12e80e..f5aace629be5200c83a71ab48f948ced1c15281f 100644 (file)
@@ -118,7 +118,7 @@ create_pixbuf                          (const gchar     *filename)
   pixbuf = gdk_pixbuf_new_from_file (pathname, &error);
   if (!pixbuf)
     {
-      fprintf (stderr, _("Failed to load pixbuf file: %s: %s\n"),
+      fprintf (stderr, "Failed to load pixbuf file: %s: %s\n",
                pathname, error->message);
       g_error_free (error);
     }