[GRASS-SVN] r69489 - grass/branches/releasebranch_7_2/display/d.mon

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 14 14:01:58 PDT 2016


Author: neteler
Date: 2016-09-14 14:01:57 -0700 (Wed, 14 Sep 2016)
New Revision: 69489

Modified:
   grass/branches/releasebranch_7_2/display/d.mon/main.c
Log:
d.mon: update monitor default width msg

Modified: grass/branches/releasebranch_7_2/display/d.mon/main.c
===================================================================
--- grass/branches/releasebranch_7_2/display/d.mon/main.c	2016-09-14 21:01:49 UTC (rev 69488)
+++ grass/branches/releasebranch_7_2/display/d.mon/main.c	2016-09-14 21:01:57 UTC (rev 69489)
@@ -64,7 +64,7 @@
     width_opt = G_define_option();
     width_opt->key = "width";
     width_opt->label = _("Width for display monitor if not set by GRASS_RENDER_WIDTH");
-    width_opt->description = _("Default value: 640");
+    width_opt->description = _("Default value: 720");
     width_opt->type = TYPE_INTEGER;
     width_opt->key_desc = "value";
     width_opt->guisection = _("Settings");



More information about the grass-commit mailing list