[GRASS-SVN] r60487 - in grass/branches/releasebranch_7_0/vector: v.external v.external.out v.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 25 14:49:16 PDT 2014
Author: martinl
Date: 2014-05-25 14:49:16 -0700 (Sun, 25 May 2014)
New Revision: 60487
Modified:
grass/branches/releasebranch_7_0/vector/v.external.out/list.c
grass/branches/releasebranch_7_0/vector/v.external/list.c
grass/branches/releasebranch_7_0/vector/v.in.ogr/main.c
Log:
v.in.ogr/v.external/v.external.out: standardize -f message (cosmetics)
(merge r60486 from trunk)
Modified: grass/branches/releasebranch_7_0/vector/v.external/list.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.external/list.c 2014-05-25 21:47:21 UTC (rev 60486)
+++ grass/branches/releasebranch_7_0/vector/v.external/list.c 2014-05-25 21:49:16 UTC (rev 60487)
@@ -91,7 +91,7 @@
int i, count;
char **list;
- G_message(_("List of supported formats:"));
+ G_message(_("Supported formats:"));
list = format_list(&count, NULL);
Modified: grass/branches/releasebranch_7_0/vector/v.external.out/list.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.external.out/list.c 2014-05-25 21:47:21 UTC (rev 60486)
+++ grass/branches/releasebranch_7_0/vector/v.external.out/list.c 2014-05-25 21:49:16 UTC (rev 60487)
@@ -99,7 +99,7 @@
int i, count;
char **list;
- G_message(_("List of supported formats:"));
+ G_message(_("Supported formats:"));
list = format_list(&count, NULL);
Modified: grass/branches/releasebranch_7_0/vector/v.in.ogr/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.in.ogr/main.c 2014-05-25 21:47:21 UTC (rev 60486)
+++ grass/branches/releasebranch_7_0/vector/v.in.ogr/main.c 2014-05-25 21:49:16 UTC (rev 60487)
@@ -313,7 +313,7 @@
if (flag.formats->answer) {
int iDriver;
- G_message(_("Available OGR Drivers:"));
+ G_message(_("Supported formats:"));
for (iDriver = 0; iDriver < OGRGetDriverCount(); iDriver++) {
OGRSFDriverH poDriver = OGRGetDriver(iDriver);
More information about the grass-commit
mailing list