--- trunk/src/misc.c 2009/11/26 10:05:23 214 +++ trunk/src/misc.c 2009/11/26 10:30:50 215 @@ -630,11 +630,11 @@ menu_add(menu, appdata, icon_get_widget(ICON_POS, 18), _("Current position (GPS)"), cb_gps, lon_entry, lat_entry); - menu_add(menu, appdata, NULL, _("Geomath projection"), - cb_geomath, lon_entry, lat_entry); + menu_add(menu, appdata, icon_get_widget(ICON_POS, 19), + _("Geomath projection"), cb_geomath, lon_entry, lat_entry); #ifdef ENABLE_OSM_GPS_MAP - menu_add(menu, appdata, NULL, _("Map position"), - cb_map, lon_entry, lat_entry); + menu_add(menu, appdata, icon_get_widget(ICON_POS, 20), + _("Map position"), cb_map, lon_entry, lat_entry); #endif printf("popup cache present: %s\n", appdata->cur_cache?"Yes":"No");