[gimp] pdb: fix the doc_title of plug_in_compat.pdb



commit fabbc9ac484f699584ced58c62868ee244e0630b
Author: Michael Natterer <mitch gimp org>
Date:   Sat Nov 22 23:11:23 2014 +0100

    pdb: fix the doc_title of plug_in_compat.pdb

 tools/pdbgen/pdb/plug_in_compat.pdb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/pdbgen/pdb/plug_in_compat.pdb b/tools/pdbgen/pdb/plug_in_compat.pdb
index a3ee8d5..5235792 100644
--- a/tools/pdbgen/pdb/plug_in_compat.pdb
+++ b/tools/pdbgen/pdb/plug_in_compat.pdb
@@ -3309,7 +3309,7 @@ CODE
 %exports = (app => [ procs], lib => []);
 
 $desc = 'Plug-In Compat';
-$doc_title = 'plugincolor';
+$doc_title = 'gimpplugincompat';
 $doc_short_desc = 'Compatibility for removed plug-ins.';
 $doc_long_desc = 'Functions that perform the operation of removed plug-ins using GEGL operations or other 
GIMP internal functions.';
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]