[GRASS-SVN] r32447 - grass/trunk/vector/v.in.dxf
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 1 09:40:04 EDT 2008
Author: martinl
Date: 2008-08-01 09:40:03 -0400 (Fri, 01 Aug 2008)
New Revision: 32447
Modified:
grass/trunk/vector/v.in.dxf/layer_list.c
grass/trunk/vector/v.in.dxf/main.c
Log:
v.in.dxf: cosmetics in layer list format, update r32446
Modified: grass/trunk/vector/v.in.dxf/layer_list.c
===================================================================
--- grass/trunk/vector/v.in.dxf/layer_list.c 2008-08-01 13:35:00 UTC (rev 32446)
+++ grass/trunk/vector/v.in.dxf/layer_list.c 2008-08-01 13:40:03 UTC (rev 32447)
@@ -61,7 +61,7 @@
G_str_to_lower(grass_name);
G_str_to_sql(grass_name);
- fprintf(stdout, _("Layer %d: %s (%s)\n"), num_layers,
+ fprintf(stdout, _("Layer %d: %s / %s\n"), num_layers,
layer_name, grass_name);
fflush(stdout);
Modified: grass/trunk/vector/v.in.dxf/main.c
===================================================================
--- grass/trunk/vector/v.in.dxf/main.c 2008-08-01 13:35:00 UTC (rev 32446)
+++ grass/trunk/vector/v.in.dxf/main.c 2008-08-01 13:40:03 UTC (rev 32447)
@@ -121,7 +121,7 @@
num_layers = 0;
layers = NULL;
Map = NULL;
- G_verbose_message(_("Layer number: layer name (GRASS compliant name)"));
+ G_verbose_message(_("Layer number: layer name / GRASS compliant name"));
}
else {
/* make vector map name SQL compliant */
More information about the grass-commit
mailing list