app/tools/Makefile.am lots of files renamed to gimp*tool.[ch]
2001-03-08 Michael Natterer <mitch@gimp.org> * app/tools/Makefile.am * app/tools/[almost *]: lots of files renamed to gimp*tool.[ch] * app/commands.c * app/context_manager.c * app/disp_callbacks.c * app/gdisplay.c * app/gimage.c * app/gimage_mask.c * app/gimpdnd.c * app/gimprc.c * app/global_edit.c * app/info_window.c * app/scale.c * app/scroll.c * app/undo.c * app/pdb/text_tool_cmds.c * app/pdb/tools_cmds.c * po/POTFILES.in * tools/pdbgen/Makefile.am * tools/pdbgen/enums.pl * tools/pdbgen/pdb/text_tool.pdb * tools/pdbgen/pdb/tools.pdb: changed accordingly.
This commit is contained in:
committed by
Michael Natterer
parent
e5e14765d3
commit
1d987a3ba7
@ -32,7 +32,6 @@
|
||||
#include "boundary.h"
|
||||
#include "cursorutil.h"
|
||||
#include "drawable.h"
|
||||
#include "edit_selection.h"
|
||||
#include "gdisplay.h"
|
||||
#include "gimage_mask.h"
|
||||
#include "gimpchannel.h"
|
||||
@ -42,11 +41,12 @@
|
||||
#include "tile_manager.h"
|
||||
#include "tile.h"
|
||||
|
||||
#include "fuzzy_select.h"
|
||||
#include "rect_select.h"
|
||||
#include "gimpeditselectiontool.h"
|
||||
#include "gimpfuzzyselecttool.h"
|
||||
#include "gimprectselecttool.h"
|
||||
#include "gimptool.h"
|
||||
#include "selection_options.h"
|
||||
#include "tool_options.h"
|
||||
#include "tool.h"
|
||||
#include "tool_manager.h"
|
||||
|
||||
#include "libgimp/gimpintl.h"
|
||||
|
||||
Reference in New Issue
Block a user