i18n buglet fix
-Yosh
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Thu Sep 9 15:45:20 PDT 1999 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* plug-ins/common/rotate.c: i18n buglet fix
|
||||||
|
|
||||||
Fri Sep 10 00:28:34 CEST 1999 vidar@prosalg.no (Vidar Madsen)
|
Fri Sep 10 00:28:34 CEST 1999 vidar@prosalg.no (Vidar Madsen)
|
||||||
|
|
||||||
* plug-ins/gimpressionist/*.[ch]: switched to G_PIs and RAND_FUNC()s
|
* plug-ins/gimpressionist/*.[ch]: switched to G_PIs and RAND_FUNC()s
|
||||||
|
@ -154,7 +154,7 @@ gimp_install_procedure (PLUG_IN_NAME,
|
|||||||
PLUG_IN_AUTHOR,
|
PLUG_IN_AUTHOR,
|
||||||
PLUG_IN_COPYRIGHT,
|
PLUG_IN_COPYRIGHT,
|
||||||
PLUG_IN_VERSION,
|
PLUG_IN_VERSION,
|
||||||
_("<Image>/Image/Transforms/Rotate"),
|
N_("<Image>/Image/Transforms/Rotate"),
|
||||||
PLUG_IN_IMAGE_TYPES,
|
PLUG_IN_IMAGE_TYPES,
|
||||||
PROC_PLUG_IN,
|
PROC_PLUG_IN,
|
||||||
nargs,
|
nargs,
|
||||||
|
Reference in New Issue
Block a user