Diff of /trunk/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 15 by harbaum, Sun Jun 28 18:58:40 2009 UTC revision 19 by harbaum, Mon Jun 29 12:44:57 2009 UTC
# Line 1033  cb_menu_about(GtkWidget *window, gpointe Line 1033  cb_menu_about(GtkWidget *window, gpointe
1033  #endif  #endif
1034    
1035    char *str = g_strdup_printf("%s\n\n(%s)",    char *str = g_strdup_printf("%s\n\n(%s)",
1036                                _("GPXView (c) 2008 by\n"                        _("GPXView (c) 2008-2009 by\n"
1037                                  "Till Harbaum <till@harbaum.org>\n"                          "Till Harbaum <till@harbaum.org>\n"
1038                                  "Geocaching.com: Tantil"),                          "Mailing list: gpxview-users@garage.maemo.org"
1039                                _(uses)                        _(uses)
1040                                );                        );
1041    
1042    gtk_about_dialog_set_copyright(about, str);    gtk_about_dialog_set_copyright(about, str);
1043    g_free(str);    g_free(str);

Legend:
Removed from v.15  
changed lines
  Added in v.19