浏览代码

update standard_option to new name

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38517 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 年之前
父节点
当前提交
4ba8a06d53
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      display/d.vect/main.c

+ 2 - 2
display/d.vect/main.c

@@ -227,13 +227,13 @@ int main(int argc, char **argv)
     size_opt->guisection = _("Symbols");
     size_opt->description = _("Symbol size");
 
-    sizecolumn_opt = G_define_standard_option(G_OPT_COLUMN);
+    sizecolumn_opt = G_define_standard_option(G_OPT_DB_COLUMN);
     sizecolumn_opt->key = "size_column";
     sizecolumn_opt->guisection = _("Symbols");
     sizecolumn_opt->description =
 	_("Name of numeric column containing symbol size");
 
-    rotcolumn_opt = G_define_standard_option(G_OPT_COLUMN);
+    rotcolumn_opt = G_define_standard_option(G_OPT_DB_COLUMN);
     rotcolumn_opt->key = "rot_column";
     rotcolumn_opt->guisection = _("Symbols");
     rotcolumn_opt->label =