~foxtrotgps-team/foxtrotgps/trunk

« back to all changes in this revision

Viewing changes to src/support.c

  • Committer: Joshua Judson Rosen
  • Author(s): Marcus Bauer
  • Date: 2010-08-08 22:28:45 UTC
  • Revision ID: rozzin@geekspace.com-20100808222845-86w25l3qq5nlf5ib
Perl scripts to convert track-logs from tangoGPS format to GPX and OSM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
{
66
66
  GList *elem;
67
67
 
68
 
 
 
68
  
69
69
  elem = pixmaps_directories;
70
70
  while (elem)
71
71
    {
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
    }