plug-ins: "history" is supposed to be an aux argument.

This got mistakenly changed in commit 4bf5dc7b97.
This commit is contained in:
Jehan
2024-09-18 01:34:46 +02:00
parent d7f9c5e57e
commit 67bd7b677b

View File

@ -137,7 +137,7 @@ script_fu_create_procedure (GimpPlugIn *plug_in,
GIMP_TYPE_RUN_MODE, GIMP_TYPE_RUN_MODE,
GIMP_RUN_INTERACTIVE, GIMP_RUN_INTERACTIVE,
G_PARAM_READWRITE); G_PARAM_READWRITE);
gimp_procedure_add_string_array_argument (procedure, "history", gimp_procedure_add_string_array_aux_argument (procedure, "history",
"Command history", "Command history",
"History", "History",
G_PARAM_READWRITE); G_PARAM_READWRITE);