added missing ellipsis to menu label and corrected menu location.

2007-05-04  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/script-fu-set-cmap.scm: added missing
	ellipsis to menu label and corrected menu location.

svn path=/trunk/; revision=22414
This commit is contained in:
Sven Neumann 2007-05-04 14:29:19 +00:00 committed by Sven Neumann
parent e47366fa2f
commit 7473d7e505
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2007-05-04 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/script-fu-set-cmap.scm: added missing
ellipsis to menu label and corrected menu location.
2007-05-04 Sven Neumann <sven@gimp.org>
* plug-ins/common/autocrop.c (autocrop): crop the image, even if

View file

@ -51,7 +51,7 @@
)
(script-fu-register "script-fu-set-cmap"
_"Se_t Colormap"
_"Se_t Colormap..."
_"Change the colormap of an image to the colors in a specified palette."
"Kevin Cozens <kcozens@interlog.com>"
"Kevin Cozens"
@ -62,5 +62,4 @@
SF-PALETTE _"Palette" "Default"
)
(script-fu-menu-register "script-fu-set-cmap"
"<Image>/Colors/Map")
(script-fu-menu-register "script-fu-set-cmap" "<Image>/Colors/Map/Colormap")