|
@@ -47,7 +47,7 @@ struct Option* M_define_option(int n, const char *desc, int multiple)
|
|
G_asprintf(&str, _("%s to be %s"),
|
|
G_asprintf(&str, _("%s to be %s"),
|
|
list[n].text, desc);
|
|
list[n].text, desc);
|
|
p->description = str;
|
|
p->description = str;
|
|
- if (strcmp(p->key, "raster") == 0 || strcmp(p->key, "3draster") == 0)
|
|
|
|
|
|
+ if (strcmp(p->key, "raster") == 0 || strcmp(p->key, "raster_3d") == 0)
|
|
p->guisection = _("Raster");
|
|
p->guisection = _("Raster");
|
|
else if (strcmp(p->key, "vector") == 0 ||
|
|
else if (strcmp(p->key, "vector") == 0 ||
|
|
strcmp(p->key, "oldvector") == 0 ||
|
|
strcmp(p->key, "oldvector") == 0 ||
|