[GRASS-SVN] r69488 - grass/trunk/display/d.mon
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Wed Sep 14 14:01:49 PDT 2016
    
    
  
Author: neteler
Date: 2016-09-14 14:01:49 -0700 (Wed, 14 Sep 2016)
New Revision: 69488
Modified:
   grass/trunk/display/d.mon/main.c
Log:
d.mon: update monitor default width msg
Modified: grass/trunk/display/d.mon/main.c
===================================================================
--- grass/trunk/display/d.mon/main.c	2016-09-14 21:00:06 UTC (rev 69487)
+++ grass/trunk/display/d.mon/main.c	2016-09-14 21:01:49 UTC (rev 69488)
@@ -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