app/plug-in/Makefile.am app/plug-in/plug-ins-help.[ch] new files managing

2006-04-09  Michael Natterer  <mitch@gimp.org>

	* app/plug-in/Makefile.am
	* app/plug-in/plug-ins-help.[ch]
	* app/plug-in/plug-ins-locale.[ch]: new files managing plug-in
	help domains and locale domains.

	* app/plug-in/plug-ins.[ch]: removed the functions here. Minor
	unrelated cleanups.

	* app/plug-in/plug-in.c
	* app/actions/plug-in-actions.c
	* app/menus/plug-in-menus.c
	* app/widgets/gimpfiledialog.c
	* app/widgets/gimpfileprocview.c
	* app/widgets/gimphelp.c
	* tools/pdbgen/pdb/help.pdb
	* tools/pdbgen/pdb/plug_in.pdb: changed includes accordingly.

	* app/pdb/help_cmds.c
	* app/pdb/plug_in_cmds.c: regenerated.
This commit is contained in:
Michael Natterer 2006-04-09 16:07:05 +00:00 committed by Michael Natterer
parent 84a9e5ecf8
commit 618202c37e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include "core/gimp.h"
#include "core/gimpmarshal.h"
#include "plug-in/plug-ins.h"
#include "plug-in/plug-ins-help.h"
#include "pdb/gimppluginprocedure.h"