plug-ins: Fix procedure and file name, list file for translation

This commit is contained in:
João S. O. Bueno 2011-05-13 10:27:37 -04:00
parent 896e29c5f1
commit d15cebe649
3 changed files with 3 additions and 2 deletions

View File

@ -4,9 +4,9 @@ pluginexecdir = $(gimpplugindir)/plug-ins
scripts = \
colorxhtml.py \
css-gradients.py \
file-openraster.py \
foggify.py \
gradients-save-as-css.py\
palette-offset.py \
palette-sort.py \
palette-to-gradient.py \

View File

@ -84,7 +84,7 @@ def gradient_css_save(gradient, file_name):
file_.write(format_text(final_text))
register(
"palette_from_gradient",
"gradient-save-as-css",
"Creates a new palette from a given gradient",
"palette_from_gradient (gradient, number, segment_colors) -> None",
"Joao S. O. Bueno",

View File

@ -7,6 +7,7 @@ plug-ins/pygimp/gimpfu.py
plug-ins/pygimp/gimpui.py
plug-ins/pygimp/plug-ins/colorxhtml.py
plug-ins/pygimp/plug-ins/gradients-save-as-css.py
plug-ins/pygimp/plug-ins/foggify.py
plug-ins/pygimp/plug-ins/palette-offset.py
plug-ins/pygimp/plug-ins/palette-sort.py