mirror of https://github.com/GNOME/gimp.git
web-page: Fix PDB data type of URL
This commit is contained in:
parent
2b814b7148
commit
46931ec0d4
|
@ -83,9 +83,9 @@ query (void)
|
||||||
{
|
{
|
||||||
static const GimpParamDef args[] =
|
static const GimpParamDef args[] =
|
||||||
{
|
{
|
||||||
{ GIMP_PDB_INT32, "run-mode", "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }" },
|
{ 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_STRING, "url", "URL of the webpage to screenshot" },
|
||||||
{ GIMP_PDB_INT32, "width", "The width of the screenshot" }
|
{ GIMP_PDB_INT32, "width", "The width of the screenshot" }
|
||||||
};
|
};
|
||||||
|
|
||||||
static const GimpParamDef return_vals[] =
|
static const GimpParamDef return_vals[] =
|
||||||
|
|
Loading…
Reference in New Issue