Diff of /trunk/src/main.c

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

revision 310 by harbaum, Wed Oct 7 14:17:52 2009 UTC revision 311 by harbaum, Sat Oct 17 19:08:31 2009 UTC
# Line 157  cb_menu_about(GtkMenuItem *item, gpointe Line 157  cb_menu_about(GtkMenuItem *item, gpointe
157    const gchar *authors[] = {    const gchar *authors[] = {
158      "Till Harbaum <till@harbaum.org>",      "Till Harbaum <till@harbaum.org>",
159      "Andrew Chadwick <andrewc-osm2go@piffle.org>",      "Andrew Chadwick <andrewc-osm2go@piffle.org>",
160        "\nOriginal OSM-GPS-MAP widget by:",
161      "Marcus Bauer <marcus.bauer@gmail.com>",      "Marcus Bauer <marcus.bauer@gmail.com>",
162      "John Stowers <john.stowers@gmail.com>",      "John Stowers <john.stowers@gmail.com>",
163        "\nVarious patches by:",
164      "Rolf Bode-Meyer <robome@gmail.com>",      "Rolf Bode-Meyer <robome@gmail.com>",
165      NULL };      NULL };
166    
# Line 173  cb_menu_about(GtkMenuItem *item, gpointe Line 175  cb_menu_about(GtkMenuItem *item, gpointe
175                          "authors", authors,                          "authors", authors,
176                          "artists", artists,                          "artists", artists,
177                          "website", _("http://www.harbaum.org/till/maemo"),                          "website", _("http://www.harbaum.org/till/maemo"),
178                          "comments", _("Mobile OSM Editor"),                          "comments", _("Mobile OpenStreeMap Editor"),
179                          NULL);                          NULL);
180    
181  #ifdef ENABLE_BROWSER_INTERFACE  #ifdef ENABLE_BROWSER_INTERFACE

Legend:
Removed from v.310  
changed lines
  Added in v.311