see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
2000-08-24 22:53:53 +00:00
parent bb6640b3d6
commit adcb223e6a
36 changed files with 627 additions and 595 deletions

View File

@ -155,8 +155,8 @@ Gimp::on_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,
N_"<Toolbox>/Xtns/Perl/Control Center...", undef, &Gimp::PROC_EXTENSION,
[[&Gimp::PARAM_INT32, "run_mode", "Interactive, [non-interactive]"]], []);
N_"<Toolbox>/Xtns/Perl/Control Center...", undef, &Gimp::EXTENSION,
[[&Gimp::PDB_INT32, "run_mode", "Interactive, [non-interactive]"]], []);
};
exit Gimp::main;