[gimp/metadata-browser] plug-ins: remove NONINTERACTIVE from print's PDB docs, it's not supported
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] plug-ins: remove NONINTERACTIVE from print's PDB docs, it's not supported
- Date: Wed, 28 Sep 2011 10:50:31 +0000 (UTC)
commit 69a03daafca5e7911582c5819266c19609c2d21d
Author: Michael Natterer <mitch gimp org>
Date: Thu Sep 22 21:04:08 2011 +0200
plug-ins: remove NONINTERACTIVE from print's PDB docs, it's not supported
plug-ins/print/print.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/print/print.c b/plug-ins/print/print.c
index 4f20164..2dc46ac 100644
--- a/plug-ins/print/print.c
+++ b/plug-ins/print/print.c
@@ -94,8 +94,8 @@ query (void)
{
static const GimpParamDef print_args[] =
{
- { GIMP_PDB_INT32, "run-mode", "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }" },
- { GIMP_PDB_IMAGE, "image", "Image to print" }
+ { GIMP_PDB_INT32, "run-mode", "The run mode { RUN-INTERACTIVE (0) }" },
+ { GIMP_PDB_IMAGE, "image", "Image to print" }
};
gimp_install_procedure (PRINT_PROC_NAME,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]