]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikcoordlayer.c
Tidy up: simpler and better use of trackpoint free methods in TRW Layer.
[andy/viking.git] / src / vikcoordlayer.c
index b41669be75215b7e700af7e92a40266effe3a486..e6aaf593ab179255ece253e70e95ed507586e633 100644 (file)
@@ -52,7 +52,8 @@ static VikLayerParam coord_layer_params[] = {
 enum { PARAM_COLOR = 0, PARAM_MIN_INC, PARAM_LINE_THICKNESS, NUM_PARAMS };
 
 VikLayerInterface vik_coord_layer_interface = {
 enum { PARAM_COLOR = 0, PARAM_MIN_INC, PARAM_LINE_THICKNESS, NUM_PARAMS };
 
 VikLayerInterface vik_coord_layer_interface = {
-  "Coord",
+  N_("Coordinate"),
+  NULL,
   &vikcoordlayer_pixbuf,
 
   NULL,
   &vikcoordlayer_pixbuf,
 
   NULL,