[GRASS-SVN] r52175 - grass-addons/grass7/raster/r.ht
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 20 19:46:36 PDT 2012
Author: hamish
Date: 2012-06-20 19:46:36 -0700 (Wed, 20 Jun 2012)
New Revision: 52175
Modified:
grass-addons/grass7/raster/r.ht/main.cpp
Log:
split strings in C don't automatically pad with whitespace
Modified: grass-addons/grass7/raster/r.ht/main.cpp
===================================================================
--- grass-addons/grass7/raster/r.ht/main.cpp 2012-06-21 02:45:16 UTC (rev 52174)
+++ grass-addons/grass7/raster/r.ht/main.cpp 2012-06-21 02:46:36 UTC (rev 52175)
@@ -63,7 +63,7 @@
G_add_keyword(_("hought"));
G_add_keyword(_(""));
module->description =
- _("Canny edge detector. Region shall be set to input map."
+ _("Canny edge detector. Region shall be set to input map. "
"Can work only on small images since map is loaded into memory.");
/* Define the different options as defined in gis.h */
More information about the grass-commit
mailing list