Ver código fonte

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 anos atrás
pai
commit
4ba8a06d53
1 arquivos alterados com 2 adições e 2 exclusões
  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 =