diff options
Diffstat (limited to 'perl-install/standalone/draksec')
-rwxr-xr-x | perl-install/standalone/draksec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 4ca353089..44d70a328 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -236,7 +236,7 @@ foreach ([ 'network', N("Network Options") ], [ 'system', N("System Options") ]) my %security_checks_value; 0, Gtk2::Label->new($help_msg), -gtkappend_page($notebook,gtkshow(gtkpack_(Gtk2::VBox->new, +gtkappend_page($notebook, gtkshow(gtkpack_(Gtk2::VBox->new, 1, create_scrolled_window(create_packtable($common_opts, map { my $i = $_; |