~ubuntu-branches/debian/wheezy/foxtrotgps/wheezy

« back to all changes in this revision

Viewing changes to src/support.c

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2012-02-14 06:13:28 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120214061328-zo4mu0rvgz06q5nw
Tags: 1.1.0-1
* Using compression level 9 also for binary packages.
* Merging upstream version 1.1.0:
  - includes osb2tango and poi2osm (Closes: #647986).
* Removing curl.patch, included upstream.
* Updating to debhelper version 9.
* Updating years in copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
  pixbuf = gdk_pixbuf_new_from_file (pathname, &error);
126
126
  if (!pixbuf)
127
127
    {
128
 
      fprintf (stderr, "Failed to load pixbuf file: %s: %s\n",
 
128
      fprintf (stderr, _("Failed to load pixbuf file: %s: %s\n"),
129
129
               pathname, error->message);
130
130
      g_error_free (error);
131
131
    }