diff --git a/plug-ins/common/web-page.c b/plug-ins/common/web-page.c index 4e25575539..d93ba6592f 100644 --- a/plug-ins/common/web-page.c +++ b/plug-ins/common/web-page.c @@ -83,9 +83,9 @@ query (void) { static const GimpParamDef args[] = { - { GIMP_PDB_INT32, "run-mode", "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }" }, - { GIMP_PDB_INT32, "url", "URL of the webpage to screenshot" }, - { GIMP_PDB_INT32, "width", "The width of the screenshot" } + { GIMP_PDB_INT32, "run-mode", "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }" }, + { GIMP_PDB_STRING, "url", "URL of the webpage to screenshot" }, + { GIMP_PDB_INT32, "width", "The width of the screenshot" } }; static const GimpParamDef return_vals[] =