[gimp] all, libgimp, pdb: some alignment and param description fix.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] all, libgimp, pdb: some alignment and param description fix.
- Date: Wed, 9 Feb 2022 21:59:48 +0000 (UTC)
commit 5b01290f9498a9cd1ad382a5455ddfcededbc514
Author: Jehan <jehan girinstud io>
Date: Wed Feb 9 21:23:33 2022 +0100
all, libgimp, pdb: some alignment and param description fix.
app/pdb/pdb-cmds.c | 4 ++--
libgimp/gimppdb_pdb.c | 2 +-
pdb/groups/pdb.pdb | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/app/pdb/pdb-cmds.c b/app/pdb/pdb-cmds.c
index 7788c79553..511a911a6d 100644
--- a/app/pdb/pdb-cmds.c
+++ b/app/pdb/pdb-cmds.c
@@ -1076,7 +1076,7 @@ pdb_set_file_proc_thumbnail_loader_invoker (GimpProcedure *procedure,
{
success = gimp_plug_in_set_file_proc_thumb_loader (plug_in,
load_proc, thumb_proc,
- error);
+ error);
}
else
success = FALSE;
@@ -2140,7 +2140,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("load-proc",
"load proc",
- "The name of the procedure the thumbnail loader
with.",
+ "The name of the file load procedure.",
FALSE, FALSE, TRUE,
NULL,
GIMP_PARAM_READWRITE));
diff --git a/libgimp/gimppdb_pdb.c b/libgimp/gimppdb_pdb.c
index 8fc6e01b35..c90ca73417 100644
--- a/libgimp/gimppdb_pdb.c
+++ b/libgimp/gimppdb_pdb.c
@@ -1107,7 +1107,7 @@ _gimp_pdb_set_file_proc_handles_raw (const gchar *procedure_name)
/**
* _gimp_pdb_set_file_proc_thumbnail_loader:
- * @load_proc: The name of the procedure the thumbnail loader with.
+ * @load_proc: The name of the file load procedure.
* @thumb_proc: The name of the thumbnail load procedure.
*
* Associates a thumbnail loader with a file load procedure.
diff --git a/pdb/groups/pdb.pdb b/pdb/groups/pdb.pdb
index 0a079a8e8f..e45aa07bc6 100644
--- a/pdb/groups/pdb.pdb
+++ b/pdb/groups/pdb.pdb
@@ -1135,7 +1135,7 @@ HELP
@inargs = (
{ name => 'load_proc', type => 'string', non_empty => 1,
- desc => "The name of the procedure the thumbnail loader with." },
+ desc => "The name of the file load procedure." },
{ name => 'thumb_proc', type => 'string', non_empty => 1,
desc => "The name of the thumbnail load procedure." }
);
@@ -1150,7 +1150,7 @@ HELP
{
success = gimp_plug_in_set_file_proc_thumb_loader (plug_in,
load_proc, thumb_proc,
- error);
+ error);
}
else
success = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]