[gimp] pdb: don't talk about "pixels" in items docs
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] pdb: don't talk about "pixels" in items docs
- Date: Fri, 9 Jul 2010 07:45:59 +0000 (UTC)
commit 1bca2d8eb0672f911f4c69eb813f0f06a693b568
Author: Michael Natterer <mitch gimp org>
Date: Fri Jul 9 09:45:30 2010 +0200
pdb: don't talk about "pixels" in items docs
app/pdb/item-cmds.c | 2 +-
libgimp/gimpitem_pdb.c | 2 +-
tools/pdbgen/pdb/item.pdb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/pdb/item-cmds.c b/app/pdb/item-cmds.c
index d47cdf6..1a08df5 100644
--- a/app/pdb/item-cmds.c
+++ b/app/pdb/item-cmds.c
@@ -1020,7 +1020,7 @@ register_item_procs (GimpPDB *pdb)
gimp_procedure_add_return_value (procedure,
g_param_spec_boolean ("lock-content",
"lock content",
- "Whether the item's pixels are locked",
+ "Whether the item's contents are locked",
FALSE,
GIMP_PARAM_READWRITE));
gimp_pdb_register_procedure (pdb, procedure);
diff --git a/libgimp/gimpitem_pdb.c b/libgimp/gimpitem_pdb.c
index 9090511..ed9d56d 100644
--- a/libgimp/gimpitem_pdb.c
+++ b/libgimp/gimpitem_pdb.c
@@ -532,7 +532,7 @@ gimp_item_set_linked (gint32 item_ID,
*
* This procedure returns the specified item's lock content state.
*
- * Returns: Whether the item's pixels are locked.
+ * Returns: Whether the item's contents are locked.
*
* Since: GIMP 2.8
*/
diff --git a/tools/pdbgen/pdb/item.pdb b/tools/pdbgen/pdb/item.pdb
index 217afac..d0cb287 100644
--- a/tools/pdbgen/pdb/item.pdb
+++ b/tools/pdbgen/pdb/item.pdb
@@ -446,7 +446,7 @@ sub item_get_lock_content {
@outargs = (
{ name => 'lock_content', type => 'boolean',
- desc => "Whether the item's pixels are locked" }
+ desc => "Whether the item's contents are locked" }
);
%invoke = (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]