see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
1999-08-02 22:31:33 +00:00
parent fac0f61eb0
commit 372c6c455c
6 changed files with 28 additions and 15 deletions

View File

@ -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,
"<Toolbox>/Xtns/Perl/Control Center", "*", &Gimp::PROC_EXTENSION,
[[&Gimp::PARAM_INT32, "run_mode", "Interactive, [non-interactive]"]], []);
}