Diff of /trunk/src/misc.c

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

revision 214 by harbaum, Thu Nov 26 10:05:23 2009 UTC revision 215 by harbaum, Thu Nov 26 10:30:50 2009 UTC
# Line 630  static GtkWidget *popup_menu_create(appd Line 630  static GtkWidget *popup_menu_create(appd
630    
631    menu_add(menu, appdata, icon_get_widget(ICON_POS, 18),    menu_add(menu, appdata, icon_get_widget(ICON_POS, 18),
632             _("Current position (GPS)"), cb_gps, lon_entry, lat_entry);             _("Current position (GPS)"), cb_gps, lon_entry, lat_entry);
633    menu_add(menu, appdata, NULL, _("Geomath projection"),    menu_add(menu, appdata, icon_get_widget(ICON_POS, 19),
634             cb_geomath, lon_entry, lat_entry);             _("Geomath projection"), cb_geomath, lon_entry, lat_entry);
635  #ifdef ENABLE_OSM_GPS_MAP  #ifdef ENABLE_OSM_GPS_MAP
636    menu_add(menu, appdata, NULL, _("Map position"),    menu_add(menu, appdata, icon_get_widget(ICON_POS, 20),
637             cb_map, lon_entry, lat_entry);             _("Map position"), cb_map, lon_entry, lat_entry);
638  #endif  #endif
639    
640    printf("popup cache present: %s\n", appdata->cur_cache?"Yes":"No");    printf("popup cache present: %s\n", appdata->cur_cache?"Yes":"No");

Legend:
Removed from v.214  
changed lines
  Added in v.215