Removed erroneous comment block.

2007-03-09  Kevin Cozens  <kcozens@cvs.gnome.org>

	* plug-ins/script-fu/scripts/script-fu-util-setpt.scm: Removed
	erroneous comment block.

	* plug-ins/script-fu/scripts/script-fu-set-cmap.scm: Use only
	American (USA) spelling in translatable strings.

svn path=/trunk/; revision=22085
This commit is contained in:
Kevin Cozens 2007-03-09 15:58:01 +00:00 committed by Kevin Cozens
parent 83d3a750d4
commit 44e6637d3b
3 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,11 @@
2007-03-09 Kevin Cozens <kcozens@cvs.gnome.org>
* plug-ins/script-fu/scripts/script-fu-util-setpt.scm: Removed
erroneous comment block.
* plug-ins/script-fu/scripts/script-fu-set-cmap.scm: Use only
American (USA) spelling in translatable strings.
2007-03-09 Michael Natterer <mitch@gimp.org>
* app/core/core-types.h: include "libgimpmath/gimpmathtypes.h"
@ -220,7 +228,7 @@
* plug-ins/common/max_rgb.c
* plug-ins/common/retinex.c: resolved clashing mnemonics (bug #414656).
2007-02-17 Kevin Cozens <kcozens@cvs.gnome.org>
2007-03-05 Kevin Cozens <kcozens@cvs.gnome.org>
* plug-ins/common/psd.c: De-tabified. Fixed limit checks on resource
ID's used for path data. Added comments showing decimal value of image

View File

@ -52,7 +52,7 @@
(script-fu-register "script-fu-set-cmap"
_"Se_t Colormap"
_"Change the colourmap of an image to the colours in a specified palette."
_"Change the colormap of an image to the colors in a specified palette."
"Kevin Cozens <kcozens@interlog.com>"
"Kevin Cozens"
"September 29, 2004"

View File

@ -15,10 +15,6 @@
; along with this program; if not, write to the Free Software
; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
; Resizes the image so as to include the selected layer.
; The resulting image has the selected layer size.
; Copyright (C) 2002 Chauk-Mean PROUM
;
(define (script-fu-set-pt a index x y)
(aset a (* index 2) x)
(aset a (+ (* index 2) 1) y)