Missed closing quotes in previous update.

2006-10-12  Kevin Cozens  <kcozens@cvs.gnome.org>

	* scripts/gimp-labels.scm: Missed closing quotes in previous update.

	* scripts/sota-chrome-logo.scm: Fixed a finger fumble.

	* scripts/tiny-fu-set-cmap.scm: Added keyboard short cut. Moved to
	better location in menus.
This commit is contained in:
Kevin Cozens 2006-10-12 21:50:06 +00:00 committed by Kevin Cozens
parent ffef8df73b
commit 1bb7bbb3bb
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
)
(script-fu-register "script-fu-set-cmap"
_"Set Colormap"
_"Se_t Colormap"
_"Change the colourmap of an image to the colours in a specified palette."
"Kevin Cozens <kcozens@interlog.com>"
"Kevin Cozens"
@ -63,4 +63,4 @@
)
(script-fu-menu-register "script-fu-set-cmap"
"<Image>/Script-Fu/Utils")
"<Image>/Colors/Map")