diff options
Diffstat (limited to 'drakpxelinux.pl')
-rw-r--r-- | drakpxelinux.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl index 9c689c9..bfdf858 100644 --- a/drakpxelinux.pl +++ b/drakpxelinux.pl @@ -973,6 +973,7 @@ gtkpack($w->{window}, 1, gtknew('HBox', spacing => 0, children => [ 1, gtknew('ScrolledWindow', width => 500, height => 300, child => $treeview), 0, gtknew('VBox', children_loose => [ + gtknew('Label', text => N("Profiles")), gtknew('ScrolledWindow', child => $profiles), gtknew('VButtonBox', children_loose => [ gtksignal_connect(gtknew('Button', text => N("Add profile")), clicked => \&add_profile), |