pdb: oups! I previously edited a generated file.

This is the PDB I had to edit instead of app/pdb/message-cmds.c which is
generated.
This commit is contained in:
Jehan 2018-01-26 22:04:30 +01:00
parent ae3cd00fbd
commit a700b15e37

View file

@ -39,7 +39,7 @@ HELP
if (gimp->plug_in_manager->current_plug_in)
domain = gimp_plug_in_get_undo_desc (gimp->plug_in_manager->current_plug_in);
gimp_show_message (gimp, G_OBJECT (progress), GIMP_MESSAGE_WARNING,
domain, message);
domain, message, NULL);
}
CODE
);