Преглед изворни кода

v.proj: fix guisection for -w flag

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74197 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz пре 6 година
родитељ
комит
58aa9ca356
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      vector/v.proj/main.c

+ 1 - 1
vector/v.proj/main.c

@@ -136,7 +136,7 @@ int main(int argc, char *argv[])
     flag.wrap->description = _("Latlon output only, default is -180,180");
     flag.wrap->label =
 	_("Disable wrapping to -180,180 for latlon output");
-    flag.transformz->guisection = _("Target");
+    flag.wrap->guisection = _("Target");
 
     flag.no_topol = G_define_flag();
     flag.no_topol->key = 'b';