updated a comment.

2004-04-01  Sven Neumann  <sven@gimp.org>

	* tools/kernelgen.c: updated a comment.
This commit is contained in:
Sven Neumann 2004-04-01 17:28:15 +00:00 committed by Sven Neumann
parent acc72b620e
commit 890a7258ad
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2004-04-01 Sven Neumann <sven@gimp.org>
* tools/kernelgen.c: updated a comment.
2004-04-01 Michael Natterer <mitch@gimp.org>
* app/core/core-enums.[ch] (enum GimpUndoType): added undo type

View File

@ -1,11 +1,11 @@
/* The GIMP -- an image manipulation program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
*
* kernel_gen -- Copyright (C) 2000 Sven Neumann <sven@gimp.org>
* Simple hack to create subsampling kernels for the brushes
* as used in app/paint_core.c.
* If you want to play with it, change some of the #defines at the
* top and copy the output to apps/tools/paint_core_kernels.h.
* kernelgen -- Copyright (C) 2000 Sven Neumann <sven@gimp.org>
*
* Simple hack to create brush subsampling kernels. If you want to
* play with it, change some of the #defines at the top and copy
* the output to app/paint/gimppaintcore-kernels.h.
*
* 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