[gimp] plug-ins: remove NONINTERACTIVE from print's PDB docs, it's not supported



commit 00c446fc6e65040360dbd61bba482fec29645651
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]