diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-12-19 14:37:46 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-12-19 14:37:46 +0000 |
commit | 83c53790f1f76311faac6d336d59adc8ccce3065 (patch) | |
tree | 3766aa22be117f2a498e5a0f1cd5371ffaa8b2a1 /perl-install/standalone | |
parent | fdf4be4f5190651ac64685c39624720d7fe3ac85 (diff) | |
download | drakx-83c53790f1f76311faac6d336d59adc8ccce3065.tar drakx-83c53790f1f76311faac6d336d59adc8ccce3065.tar.gz drakx-83c53790f1f76311faac6d336d59adc8ccce3065.tar.bz2 drakx-83c53790f1f76311faac6d336d59adc8ccce3065.tar.xz drakx-83c53790f1f76311faac6d336d59adc8ccce3065.zip |
reuse WrappedLabel
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakperm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index 56ed69920..60204651e 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -104,7 +104,7 @@ $permList->signal_connect(button_press_event => sub { my $tips = new Gtk2::Tooltips; $W->add(gtkpack_(Gtk2::VBox->new(0,5), - 0, gtkset_property(Gtk2::Label->new(N("Drakperm is used to see files to use in order to fix permissions, owners, and groups via msec.\nYou can also edit your own rules which will owerwrite the default rules.")), 'wrap', 1), + 0, Gtk2::WrappedLabel->new(N("Drakperm is used to see files to use in order to fix permissions, owners, and groups via msec.\nYou can also edit your own rules which will owerwrite the default rules.")), 1, gtkadd(Gtk2::Frame->new, gtkpack_(Gtk2::VBox->new(0,5), 0, gtkadd(Gtk2::HBox->new(0,5), |