added missing ellipsis to menu label and fixed default fonts.

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

	* plug-ins/script-fu/scripts/contactsheet.scm: added missing
	ellipsis to menu label and fixed default fonts.


svn path=/trunk/; revision=22415
This commit is contained in:
Sven Neumann 2007-05-04 14:42:27 +00:00 committed by Sven Neumann
parent 7473d7e505
commit 32d6d421c6
4 changed files with 13 additions and 6 deletions

View File

@ -1,5 +1,8 @@
2007-05-04 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/contactsheet.scm: added missing
ellipsis to menu label and fixed default fonts.
* plug-ins/script-fu/scripts/script-fu-set-cmap.scm: added missing
ellipsis to menu label and corrected menu location.

View File

@ -112,7 +112,7 @@
)
)
;This routine should preserve the aspect ration of the original image
;This routine should preserve the aspect ratio of the original image
(define (make-thumbnail-size img thumb-w thumb-h)
(gimp-image-scale new-img thumb-w thumb-h)
)
@ -272,7 +272,7 @@
)
(script-fu-register "script-fu-contactsheet"
_"Contact Sheet"
_"_Contact Sheet..."
_"Create a series of images containing thumbnail sized versions of all of the images in a specified directory."
"Kevin Cozens <kcozens@interlog.com>"
"Kevin Cozens"
@ -283,11 +283,10 @@
"800 x 600"
"1024 x 768"
"1280 x 1024")
SF-FONT _"Title font" "Helvetica Bold Italic"
SF-FONT _"Legend font" "Helvetica Bold"
SF-FONT _"Title font" "Sans Bold Italic"
SF-FONT _"Legend font" "Sans Bold"
SF-COLOR _"Text color" "white"
SF-COLOR _"Background color" "black"
)
(script-fu-menu-register "script-fu-contactsheet"
"<Toolbox>/Xtns/Utils")
(script-fu-menu-register "script-fu-contactsheet" "<Toolbox>/Xtns/Utils")

View File

@ -1,3 +1,7 @@
2007-05-04 Sven Neumann <sven@gimp.org>
* POTFILES.in: added missing script.
2007-04-29 Christophe Merlet <redfox@redfoxcenter.org>
* oc.po: Added Occitan translation from

View File

@ -83,6 +83,7 @@ plug-ins/script-fu/scripts/rendermap.scm
plug-ins/script-fu/scripts/reverse-layers.scm
plug-ins/script-fu/scripts/ripply-anim.scm
plug-ins/script-fu/scripts/round-corners.scm
plug-ins/script-fu/scripts/script-fu-set-cmap.scm
plug-ins/script-fu/scripts/select-to-brush.scm
plug-ins/script-fu/scripts/select-to-image.scm
plug-ins/script-fu/scripts/select-to-pattern.scm