From: Kaj-Michael Lang Date: Thu, 17 Jan 2008 11:44:25 +0000 (+0200) Subject: Announce for the goto GPS coordinates button too. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1921cf255f36ddae2dff526f18d085210581b382;p=mapper Announce for the goto GPS coordinates button too. --- diff --git a/src/cb.c b/src/cb.c index f4244dc..7496a54 100644 --- a/src/cb.c +++ b/src/cb.c @@ -313,7 +313,7 @@ menu_cb_goto_gps(GtkAction *action) _center_mode = CENTER_LATLON; map_center_unit(_pos.unitx, _pos.unity); map_update_location_from_center(); - +MACRO_BANNER_SHOW_INFO(_window, _("At GPS coordinates.")); return TRUE; }