瀏覽代碼

d.mon: update monitor default width msg

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69488 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 年之前
父節點
當前提交
7dbb538aa7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      display/d.mon/main.c

+ 1 - 1
display/d.mon/main.c

@@ -64,7 +64,7 @@ int main(int argc, char *argv[])
     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");