]> err.no Git - mapper/commitdiff
Announce for the goto GPS coordinates button too.
authorKaj-Michael Lang <milang@onion.tal.org>
Thu, 17 Jan 2008 11:44:25 +0000 (13:44 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Thu, 17 Jan 2008 11:44:25 +0000 (13:44 +0200)
src/cb.c

index f4244dc38c0ae9cc79f7ed198dd6ee650ffe0aab..7496a5403ee697ef8f1420c6b0899986cc4c70b9 100644 (file)
--- 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;
 }