From 1921cf255f36ddae2dff526f18d085210581b382 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 17 Jan 2008 13:44:25 +0200 Subject: [PATCH] Announce for the goto GPS coordinates button too. --- src/cb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5