mirror of https://github.com/GNOME/gimp.git
Forgot to commit comment change in app/pdb/internal_procs.c
This commit is contained in:
parent
1999e437d4
commit
36dc46fa12
|
@ -8,6 +8,7 @@
|
||||||
converting images to indexed mode. Fixes bug #136604.
|
converting images to indexed mode. Fixes bug #136604.
|
||||||
|
|
||||||
* app/pdb/convert_cmds.c
|
* app/pdb/convert_cmds.c
|
||||||
|
* app/pdb/internal_procs.c
|
||||||
* libgimp/gimpconvert_pdb.h
|
* libgimp/gimpconvert_pdb.h
|
||||||
* libgimp/gimpconvert_pdb.c: Regenerated.
|
* libgimp/gimpconvert_pdb.c: Regenerated.
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@ void register_undo_procs (GimpPDB *pdb);
|
||||||
void register_unit_procs (GimpPDB *pdb);
|
void register_unit_procs (GimpPDB *pdb);
|
||||||
void register_vectors_procs (GimpPDB *pdb);
|
void register_vectors_procs (GimpPDB *pdb);
|
||||||
|
|
||||||
/* 526 procedures registered total */
|
/* 527 procedures registered total */
|
||||||
|
|
||||||
void
|
void
|
||||||
internal_procs_init (GimpPDB *pdb)
|
internal_procs_init (GimpPDB *pdb)
|
||||||
|
|
Loading…
Reference in New Issue