diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-18 07:54:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-18 07:54:06 +0000 |
commit | 8430ee103fa7e4cc7f7195b02d50591526bd5bef (patch) | |
tree | 24c87018ee259c24514e674d0dfdfa26c32a80b0 /perl-install/harddrake | |
parent | fc77d41cce0d134063770994afc0fae6205a5760 (diff) | |
download | drakx-8430ee103fa7e4cc7f7195b02d50591526bd5bef.tar drakx-8430ee103fa7e4cc7f7195b02d50591526bd5bef.tar.gz drakx-8430ee103fa7e4cc7f7195b02d50591526bd5bef.tar.bz2 drakx-8430ee103fa7e4cc7f7195b02d50591526bd5bef.tar.xz drakx-8430ee103fa7e4cc7f7195b02d50591526bd5bef.zip |
saner default size (too big for 800x600 sadly)
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/data.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index ef22ba027..d3dcb41a1 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -17,9 +17,11 @@ sub unknown { # tree format ("CLASS_ID", "type", "type_icon", configurator, detect_sub) -# NEVER, NEVER alter CLASS_ID or you'll harddrake2 service to detect changes +# NEVER, NEVER alter CLASS_ID or you'll see harddrake2 service detect changes # in hw configuration ... :-( +# FIXME: add translated items + our @tree = ( [ "FLOPPY", "Floppy", "floppy.png", "", \&detect_devices::floppies, 0 ], |