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:
committed by
Sven Neumann
parent
e47366fa2f
commit
7473d7e505
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user