diff options
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 589ed8e7d..0dd1c2bda 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -913,7 +913,7 @@ sub ask_browse_tree_info { gtkadd($w->{window}, gtknew('VBox', spacing => 5, children => [ - 0, $common->{message}, + 0, gtknew('Title2', label => $common->{message}), 1, gtknew('VBox', children => [ 1, gtknew('ScrolledWindow', child => $tree), 0, gtknew('Frame', text => N("Info"), child => |