[GRASS-SVN] r56853 - grass/trunk/display/d.barscale

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 20 19:44:32 PDT 2013


Author: hamish
Date: 2013-06-20 19:44:32 -0700 (Thu, 20 Jun 2013)
New Revision: 56853

Modified:
   grass/trunk/display/d.barscale/main.c
Log:
new north arrows

Modified: grass/trunk/display/d.barscale/main.c
===================================================================
--- grass/trunk/display/d.barscale/main.c	2013-06-21 02:24:30 UTC (rev 56852)
+++ grass/trunk/display/d.barscale/main.c	2013-06-21 02:44:32 UTC (rev 56853)
@@ -117,7 +117,7 @@
     n_arrow->key = "north_arrow";
     n_arrow->description = _("Only used when drawing a north arrow only");
     n_arrow->label = _("North arrow style");
-    n_arrow->options = "1a,1b,2,3,4,5,6,7a,7b,8";
+    n_arrow->options = "1a,1b,2,3,4,5,6,7a,7b,8a,8b,9";
     n_arrow->answer = "1a";
 
 



More information about the grass-commit mailing list