diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-31 21:12:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-31 21:12:05 +0000 |
commit | 3385b46f67b8ec9e9d6a6afd4402155d44620ab4 (patch) | |
tree | 553a5f3c3d5e2c9787a34bc60baaf3ee70d8a9e8 /perl-install/standalone/drakfloppy | |
parent | 9fbed9ab76940bea1d9285057c33bcb4a585b0ee (diff) | |
download | drakx-3385b46f67b8ec9e9d6a6afd4402155d44620ab4.tar drakx-3385b46f67b8ec9e9d6a6afd4402155d44620ab4.tar.gz drakx-3385b46f67b8ec9e9d6a6afd4402155d44620ab4.tar.bz2 drakx-3385b46f67b8ec9e9d6a6afd4402155d44620ab4.tar.xz drakx-3385b46f67b8ec9e9d6a6afd4402155d44620ab4.zip |
fix dialogs height: replace"small" option by "height" & "weight" ones
rationale: make thecommon path be the easiest one to set up (and make the
uncommon path be the hardest one to follow)
Diffstat (limited to 'perl-install/standalone/drakfloppy')
-rwxr-xr-x | perl-install/standalone/drakfloppy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakfloppy b/perl-install/standalone/drakfloppy index e3e01f151..1bca87d5a 100755 --- a/perl-install/standalone/drakfloppy +++ b/perl-install/standalone/drakfloppy @@ -309,7 +309,7 @@ sub build_it() { info_dialog(N("Floppy creation completed"), N("The creation of the boot floppy has been successfully completed \n")); ugtk2->exit; } else { - err_dialog(N("Error"), N("Unable to properly close mkbootdisk:\n\n<span foreground=\"Red\"><tt>%s</tt></span>", $log), { use_markup => 1, small => 1 }); + err_dialog(N("Error"), N("Unable to properly close mkbootdisk:\n\n<span foreground=\"Red\"><tt>%s</tt></span>", $log), { use_markup => 1 }); } return 0; |