mirror of https://github.com/GNOME/gimp.git
fixed typo in API docs.
2005-05-16 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/procedural_db.pdb: fixed typo in API docs. * app/pdb/procedural_db_cmds.c * libgimp/gimpproceduraldb_pdb.c: regenerated.
This commit is contained in:
parent
514c1e755b
commit
01e18712a4
|
@ -1,3 +1,10 @@
|
|||
2005-05-16 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* tools/pdbgen/pdb/procedural_db.pdb: fixed typo in API docs.
|
||||
|
||||
* app/pdb/procedural_db_cmds.c
|
||||
* libgimp/gimpproceduraldb_pdb.c: regenerated.
|
||||
|
||||
2005-05-16 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/config/gimpxmlparser.c (gimp_xml_parser_parse_buffer): check
|
||||
|
|
|
@ -84,7 +84,7 @@ static ProcRecord procedural_db_temp_name_proc =
|
|||
{
|
||||
"gimp_procedural_db_temp_name",
|
||||
"Generates a unique temporary PDB name.",
|
||||
"This procedure generates a temporary PDB entry name that is guaranteed to be unique. It is many used by the interactive popup dialogs to generate a PDB entry name.",
|
||||
"This procedure generates a temporary PDB entry name that is guaranteed to be unique. It is mainly used by the interactive popup dialogs to generate a PDB entry name.",
|
||||
"Andy Thomas",
|
||||
"Andy Thomas",
|
||||
"1998",
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
* Generates a unique temporary PDB name.
|
||||
*
|
||||
* This procedure generates a temporary PDB entry name that is
|
||||
* guaranteed to be unique. It is many used by the interactive popup
|
||||
* guaranteed to be unique. It is mainly used by the interactive popup
|
||||
* dialogs to generate a PDB entry name.
|
||||
*
|
||||
* Returns: A unique temporary name for a temporary PDB entry.
|
||||
|
|
|
@ -109,7 +109,7 @@ sub procedural_db_temp_name {
|
|||
|
||||
$help = <<'HELP';
|
||||
This procedure generates a temporary PDB entry name that is guaranteed to be
|
||||
unique. It is many used by the interactive popup dialogs to generate a PDB
|
||||
unique. It is mainly used by the interactive popup dialogs to generate a PDB
|
||||
entry name.
|
||||
HELP
|
||||
|
||||
|
|
Loading…
Reference in New Issue