Diff of /trunk/src/main.c

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

revision 139 by harbaum, Sun Mar 22 20:08:20 2009 UTC revision 140 by harbaum, Sun Mar 22 20:25:14 2009 UTC
# Line 98  cb_menu_about(GtkMenuItem *item, gpointe Line 98  cb_menu_about(GtkMenuItem *item, gpointe
98      NULL };      NULL };
99    
100    const gchar *artists[] = {    const gchar *artists[] = {
101    #ifdef USE_HILDON
102        /* cyrillic doesn't seem to work on hildon */
103        "Andrew Zhilin <drew.zhilin@gmail.com>",
104    #else
105      "Андрей Жилин <drew.zhilin@gmail.com>",      "Андрей Жилин <drew.zhilin@gmail.com>",
106    #endif
107      NULL };      NULL };
108    
109    gtk_show_about_dialog(GTK_WINDOW(appdata->window),    gtk_show_about_dialog(GTK_WINDOW(appdata->window),
110                          "program-name", "OSM2Go",                          "name", "OSM2Go",
111                          "version", VERSION,                          "version", VERSION,
112                          "copyright", _("Copyright 2008-2009"),                          "copyright", _("Copyright 2008-2009"),
113                          "authors", authors,                          "authors", authors,

Legend:
Removed from v.139  
changed lines
  Added in v.140