[GRASS-SVN] r57730 - grass/trunk/display/d.northarrow

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 17 06:48:41 PDT 2013


Author: martinl
Date: 2013-09-17 06:48:40 -0700 (Tue, 17 Sep 2013)
New Revision: 57730

Modified:
   grass/trunk/display/d.northarrow/main.c
Log:
d.northarrow: more guisections


Modified: grass/trunk/display/d.northarrow/main.c
===================================================================
--- grass/trunk/display/d.northarrow/main.c	2013-09-17 13:41:57 UTC (rev 57729)
+++ grass/trunk/display/d.northarrow/main.c	2013-09-17 13:48:40 UTC (rev 57730)
@@ -83,10 +83,12 @@
     fsize->answer = "14";
     fsize->options = "1-360";
     fsize->description = _("Font size");
-
+    fsize->guisection = _("Text");
+    
     no_text = G_define_flag();
     no_text->key = 't';
     no_text->description = _("Draw the symbol without text");
+    no_text->guisection = _("Text");
 
     if (G_parser(argc, argv))
 	exit(EXIT_FAILURE);



More information about the grass-commit mailing list