[GRASS-SVN] r60616 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 30 14:00:02 PDT 2014


Author: hcho
Date: 2014-05-30 14:00:02 -0700 (Fri, 30 May 2014)
New Revision: 60616

Modified:
   grass/trunk/lib/vector/Vlib/break_polygons.c
Log:
Vect_break_polygons_file: message synced with the memory version

Modified: grass/trunk/lib/vector/Vlib/break_polygons.c
===================================================================
--- grass/trunk/lib/vector/Vlib/break_polygons.c	2014-05-30 17:34:06 UTC (rev 60615)
+++ grass/trunk/lib/vector/Vlib/break_polygons.c	2014-05-30 21:00:02 UTC (rev 60616)
@@ -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