pdb: fix the doc_title of plug_in_compat.pdb

This commit is contained in:
Michael Natterer 2014-11-22 23:11:23 +01:00
parent 212b44cf2f
commit fabbc9ac48
1 changed files with 1 additions and 1 deletions

View File

@ -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.';