diff --git a/src/vikwindow.c b/src/vikwindow.c
index 4fde526..5307347 100644
--- a/src/vikwindow.c
+++ b/src/vikwindow.c
@@ -2106,7 +2106,7 @@ static GtkActionEntry entries[] = {
{ "SaveExit", GTK_STOCK_QUIT, N_("Save and Exit"),
NULL, N_("Save and Exit the program"),
(GCallback)save_file_and_exit },
{ "GotoSearch", GTK_STOCK_JUMP_TO, N_("Go To
location"), NULL, N_("Go to address/place using
text search"), (GCallback)goto_address },
- { "GotoLL", GTK_STOCK_JUMP_TO, N_("_Go to Lat\\/Lon..."),
NULL, N_("Go to arbitrary lat\\/lon coordinate"),
(GCallback)draw_goto_cb },
+ { "GotoLL", GTK_STOCK_JUMP_TO, N_("_Go to Lat/Lon..."),
NULL, N_("Go to arbitrary lat/lon coordinate"),
(GCallback)draw_goto_cb },
{ "GotoUTM", GTK_STOCK_JUMP_TO, N_("Go to UTM..."),
NULL, N_("Go to arbitrary UTM coordinate"),
(GCallback)draw_goto_cb },
{ "SetBGColor",GTK_STOCK_SELECT_COLOR, N_("Set Background Color..."),
NULL, NULL,
(GCallback)set_bg_color },
{ "ZoomIn", GTK_STOCK_ZOOM_IN, N_("Zoom _In"),
"<control>plus", NULL,
(GCallback)draw_zoom_cb },
Be Seeing You - Rob.
If at first you don't succeed,
then skydiving isn't for you.
_________________________________________________________________
http://clk.atdmt.com/UKM/go/197222280/direct/01/
Do you have a story that started on Hotmail? Tell us now
------------------------------------------------------------------------------
_______________________________________________
Viking-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/viking-devel
Viking home page: http://viking.sf.net/