diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-08-29 13:44:43 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-08-29 13:44:43 +0000 |
commit | 6c9a05c4a44ab810573c699f68390c2c3c524c5b (patch) | |
tree | 7a644703a6d8f906d9403dc603ce9a92403cd07d /drakpxelinux.pl | |
parent | 5db5eea80f0c02a52bc23f026a0e8ea17fd3d39f (diff) | |
download | drakpxelinux-6c9a05c4a44ab810573c699f68390c2c3c524c5b.tar drakpxelinux-6c9a05c4a44ab810573c699f68390c2c3c524c5b.tar.gz drakpxelinux-6c9a05c4a44ab810573c699f68390c2c3c524c5b.tar.bz2 drakpxelinux-6c9a05c4a44ab810573c699f68390c2c3c524c5b.tar.xz drakpxelinux-6c9a05c4a44ab810573c699f68390c2c3c524c5b.zip |
add a label for profiles
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), |