summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-12-16 15:22:27 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-12-16 15:22:27 +0000
commit4a78de677d3566036ebdc981176ec1eb9791fabb (patch)
tree825a70e023caaf63b8e71bcd7ed7daec717115a1 /perl-install/standalone/drakboot
parenta1090770f6a9e280d62a363b5b0b96f0292769a0 (diff)
downloaddrakx-backup-do-not-use-4a78de677d3566036ebdc981176ec1eb9791fabb.tar
drakx-backup-do-not-use-4a78de677d3566036ebdc981176ec1eb9791fabb.tar.gz
drakx-backup-do-not-use-4a78de677d3566036ebdc981176ec1eb9791fabb.tar.bz2
drakx-backup-do-not-use-4a78de677d3566036ebdc981176ec1eb9791fabb.tar.xz
drakx-backup-do-not-use-4a78de677d3566036ebdc981176ec1eb9791fabb.zip
fix text layout by wrapping text
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index 3017966e9..db4558bee 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -239,7 +239,7 @@ gtkadd($window,
gtkadd(new Gtk2::Frame($disp_mode),
# gtkpack__(new Gtk2::VBox(0,0),
(gtkpack_(gtkset_border_width(new Gtk2::HBox(0, 0),5),
- 1, my $boot_label = Gtk2::Label->new(""),
+ 1, my $boot_label = Gtk2::WrappedLabel->new(""),
0, gtksignal_connect(new Gtk2::Button(N("Configure")), clicked => \&lilo_choice),
)),
# "" #we need some place under the button -- replaced by gtkset_border_width( for the moment