diff options
author | damien <damien@mandriva.com> | 2001-04-12 01:07:02 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-04-12 01:07:02 +0000 |
commit | 57f99993faeb96d40f45b1fab5b5e42b0e5d397e (patch) | |
tree | c08b091c9b600ab211f41b4799f528f9756dab74 /perl-install/bootlook.pm | |
parent | bfb93b8300dbb59f7e51ee6da982cc0d54c988cf (diff) | |
download | drakx-57f99993faeb96d40f45b1fab5b5e42b0e5d397e.tar drakx-57f99993faeb96d40f45b1fab5b5e42b0e5d397e.tar.gz drakx-57f99993faeb96d40f45b1fab5b5e42b0e5d397e.tar.bz2 drakx-57f99993faeb96d40f45b1fab5b5e42b0e5d397e.tar.xz drakx-57f99993faeb96d40f45b1fab5b5e42b0e5d397e.zip |
added use bootloader
Diffstat (limited to 'perl-install/bootlook.pm')
-rw-r--r-- | perl-install/bootlook.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index d472b7705..bd6c6ec3e 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -31,6 +31,7 @@ use standalone; use common qw(:common :file :functional :system); use my_gtk qw(:helpers :wrappers); use any; +use bootloader; setlocale (LC_ALL, ""); Locale::GetText::textdomain ("Bootlookdrake"); |