1998-10-24 13:19:30 +08:00
|
|
|
# The GIMP -- an image manipulation program
|
1999-03-20 07:04:16 +08:00
|
|
|
# Copyright (C) 1998-1999 Manish Singh <yosh@gimp.org>
|
1998-10-24 13:19:30 +08:00
|
|
|
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
|
|
|
|
# Modify this list for the groups to parse in the pdb directory
|
1999-03-28 14:36:11 +08:00
|
|
|
@groups = qw(gdisplay edit floating_sel undo palette gradient convert
|
1999-04-04 13:59:08 +08:00
|
|
|
channel_ops gimprc drawable parasite paths gradient_select
|
1999-04-13 15:09:33 +08:00
|
|
|
unit procedural_db brushes text_tool brush_select color
|
1999-04-27 12:33:41 +08:00
|
|
|
misc tools channel patterns pattern_select layer gimage_mask
|
|
|
|
gimage guides);
|