see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
1999-11-29 21:46:18 +00:00
parent dae4b4dffe
commit c5238c6d03
63 changed files with 520 additions and 327 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl
use Gimp ('__');
use Gimp ('__','N_');
use Gimp::Feature;
$VERSION='0.0';
@ -152,7 +152,7 @@ sub query {
Gimp->install_procedure("extension_perl_control_center", "the perl control center gives information about gimp-perl",
"The perl control center gives information about the status of gimp-perl and allows configuration of important system parameters",
"Marc Lehmann", "Marc Lehmann", $VERSION,
__"<Toolbox>/Xtns/Perl/Control Center", "*", &Gimp::PROC_EXTENSION,
N_"<Toolbox>/Xtns/Perl/Control Center", "*", &Gimp::PROC_EXTENSION,
[[&Gimp::PARAM_INT32, "run_mode", "Interactive, [non-interactive]"]], []);
}