see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
1999-05-03 19:29:05 +00:00
parent 030009d780
commit a5d2c6d2bd
45 changed files with 456 additions and 455 deletions

View File

@ -103,7 +103,7 @@ sub extension_perl_control_center {
$w = new Gtk::Dialog;
$w->set_title ('Perl Control Center');
$b = new Gtk::Button "View Perl Feature Status";
$b->signal_connect(clicked => sub { gtkview_log $s,'Perl Feature Status',generate_status});
$w->vbox->add($b);