[GRASS-SVN] r60638 - grass/branches/releasebranch_7_0/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 31 07:48:32 PDT 2014


Author: martinl
Date: 2014-05-31 07:48:32 -0700 (Sat, 31 May 2014)
New Revision: 60638

Modified:
   grass/branches/releasebranch_7_0/lib/vector/Vlib/break_polygons.c
Log:
hcho:  Vect_break_polygons_file: message synced with the memory version
       (merge r60616 from trunk)


Modified: grass/branches/releasebranch_7_0/lib/vector/Vlib/break_polygons.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/Vlib/break_polygons.c	2014-05-31 14:47:31 UTC (rev 60637)
+++ grass/branches/releasebranch_7_0/lib/vector/Vlib/break_polygons.c	2014-05-31 14:48:32 UTC (rev 60638)
@@ -153,7 +153,7 @@
     nallpoints = 0;
     XPnt.used = 0;
 
-    G_verbose_message(_("Break polygons Pass 1: select break points"));
+    G_message(_("Breaking polygons (pass 1: select break points)..."));
 
     for (i = 1; i <= nlines; i++) {
 	G_percent(i, nlines, 1);
@@ -283,7 +283,7 @@
     /* Second loop through lines (existing when loop is started, no need to process lines written again)
      * and break at points marked for break */
 
-    G_verbose_message(_("Break polygons Pass 2: break at selected points"));
+    G_message(_("Breaking polygons (pass 2: break at selected points)..."));
 
     for (i = 1; i <= nlines; i++) {
 	int n_orig_points;



More information about the grass-commit mailing list