diff options
Diffstat (limited to 'perl-install/standalone')
-rw-r--r-- | perl-install/standalone/drakhosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakhosts b/perl-install/standalone/drakhosts index 4ff83846b..709a824ae 100644 --- a/perl-install/standalone/drakhosts +++ b/perl-install/standalone/drakhosts @@ -109,7 +109,7 @@ sub add_modify_entry { if ($wanted =~ /add/) { $text = N("Please add information"); } gtkpack_($dialog->vbox, - 0, gtkadd(Gtk2::Frame->new($text)), + 0, gtkadd(Gtk2::Frame->new($text), gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5), 0, $label_and_widgets->(N("IP address:"), $ip), 0, $label_and_widgets->(N("Host name:"), $hostname), |