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:

committed by
Kevin Cozens

parent
ffef8df73b
commit
1bb7bbb3bb
@ -51,7 +51,7 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
(script-fu-register "script-fu-set-cmap"
|
(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."
|
_"Change the colourmap of an image to the colours in a specified palette."
|
||||||
"Kevin Cozens <kcozens@interlog.com>"
|
"Kevin Cozens <kcozens@interlog.com>"
|
||||||
"Kevin Cozens"
|
"Kevin Cozens"
|
||||||
@ -63,4 +63,4 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
(script-fu-menu-register "script-fu-set-cmap"
|
(script-fu-menu-register "script-fu-set-cmap"
|
||||||
"<Image>/Script-Fu/Utils")
|
"<Image>/Colors/Map")
|
||||||
|
Reference in New Issue
Block a user