summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/display_help
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/display_help')
-rwxr-xr-xperl-install/standalone/display_help6
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/standalone/display_help b/perl-install/standalone/display_help
index 5f56f2ffc..b7e42168d 100755
--- a/perl-install/standalone/display_help
+++ b/perl-install/standalone/display_help
@@ -50,8 +50,10 @@ my $w = ugtk2->new(N("Help"), width => $default_width, height => $default_height
gtkadd($w->{rwindow},
gtkpack_(Gtk2::VBox->new,
- if_(!$is_firstime, 0, gtknew('Title2', label => N("Help"))),
- 0, Gtk2::HSeparator->new,
+ if_(!$is_firstime,
+ 0, gtknew('Title2', label => N("Help")),
+ 0, Gtk2::HSeparator->new,
+ ),
1, create_scrolled_window(gtkset_border_width($view, 5), [ 'never', 'automatic' ]),
#1, gtknew('ScrolledWindow', child => $view, border_width => 5, h_policy => 'never');
0, Gtk2::HSeparator->new,