mirror of https://github.com/GNOME/gimp.git
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:
parent
ae3cd00fbd
commit
a700b15e37
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue